#416F0B

Color #416F0B Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #416F0B

Tints of Green Leaf #416F0B

Color information

#416F0B (or 0x416F0B) is unknown color: approx Green Leaf. HEX triplet: 41, 6F and 0B. RGB value is (65,111,11). Sum of RGB (Red+Green+Blue) = 65+111+11=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 111 (43.75% from 255 or 59.36% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 111 - color contains mainly: green. Hex color #416F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416F0B is #BE90F4. Grayscale: #565656. Windows color (decimal): -12488949 or 749377. OLE color: 749377.

HSL color Cylindrical-coordinate representation of color #416F0B: hue angle of 87.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #416F0B is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB6511111-
CMYK0.4100.900.56
HSL87.6º81.97%23.92%-
HSV(B)87.6º90.09%43.53%-
XYZ7.9212.522.31-
YUV85.8585.76113.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.76%
GREEN value IS 111 (43.75% from 255) = 59.36%
BLUE value IS 11 (4.69% from 255) = 5.88%
R=34.76%
G=59.36%
B=5.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65111110.4100.900.5687.681.9723.92
Hex416FB2905A38585218
Octal101157135101327013012230
Binary100000111011111011101001010110101110001011000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416F0B; }

 p { color: rgb(65,111,11); }

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

<style>
 a { background-color: #416F0B; }

 a { background-color: rgb(65,111,11); }

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

<style>
 span { border-color: #416F0B; }

 span { border-color: rgb(65,111,11); }

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