#34a70b

Color #34A70B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #34A70B

Tints of Kelly Green #34A70B

Color information

#34A70B (or 0x34A70B) is unknown color: approx Kelly Green. HEX triplet: 34, A7 and 0B. RGB value is (52,167,11). Sum of RGB (Red+Green+Blue) = 52+167+11=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 167 (65.62% from 255 or 72.61% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 167 - color contains mainly: green. Hex color #34A70B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A70B is #CB58F4. Grayscale: #737373. Windows color (decimal): -13326581 or 763700. OLE color: 763700.

HSL color Cylindrical-coordinate representation of color #34A70B: hue angle of 104.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34A70B is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB5216711-
CMYK0.6900.930.35
HSL104.23º87.64%34.9%-
HSV(B)104.23º93.41%65.49%-
XYZ15.328.394.99-
YUV114.8369.483.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 167 (65.62% from 255) = 72.61%
BLUE value IS 11 (4.69% from 255) = 4.78%
R=22.61%
G=72.61%
B=4.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52167110.6900.930.35104.2387.6434.9
Hex34A7B4505D23685823
Octal642471310501354315013043
Binary11010010100111101110001010101110110001111010001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34a70b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34a70b; }

 p { color: rgb(52,167,11); }

 H1.HeaderClassName
 {
   color: #34a70b;
 }
 .AnyTagClassName
 {
   color: #34a70b;
 }
</style>
background-color css

<style>
 a { background-color: #34a70b; }

 a { background-color: rgb(52,167,11); }

 div.DivClassName
 {
   background-color: #34a70b;
 }
 .BgClassName
 {
   background-color: #34a70b;
 }
</style>
border-color css

<style>
 span { border-color: #34a70b; }

 span { border-color: rgb(52,167,11); }

 td.TdClassName
 {
   border-color: #34a70b;
 }
 .TagClassName
 {
   border-color: #34a70b;
 }
</style>