#34b00b

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

Shades of Kelly Green #34B00B

Tints of Kelly Green #34B00B

Color information

#34B00B (or 0x34B00B) is unknown color: approx Kelly Green. HEX triplet: 34, B0 and 0B. RGB value is (52,176,11). Sum of RGB (Red+Green+Blue) = 52+176+11=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 176 (69.14% from 255 or 73.64% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 176 - color contains mainly: green. Hex color #34B00B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34B00B is #CB4FF4. Grayscale: #787878. Windows color (decimal): -13324277 or 766004. OLE color: 766004.

HSL color Cylindrical-coordinate representation of color #34B00B: hue angle of 105.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34B00B is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB5217611-
CMYK0.7000.940.31
HSL105.09º88.24%36.67%-
HSV(B)105.09º93.75%69.02%-
XYZ1731.85.56-
YUV120.1166.4279.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 176 (69.14% from 255) = 73.64%
BLUE value IS 11 (4.69% from 255) = 4.60%
R=21.76%
G=73.64%
B=4.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52176110.7000.940.31105.0988.2436.67
Hex34B0B4605E1F695825
Octal642601310601363715113045
Binary1101001011000010111000110010111101111111010011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34b00b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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