#426E0F

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

Shades of Green Leaf #426E0F

Tints of Green Leaf #426E0F

Color information

#426E0F (or 0x426E0F) is unknown color: approx Green Leaf. HEX triplet: 42, 6E and 0F. RGB value is (66,110,15). Sum of RGB (Red+Green+Blue) = 66+110+15=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #426E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426E0F is #BD91F0. Grayscale: #565656. Windows color (decimal): -12423665 or 1011266. OLE color: 1011266.

HSL color Cylindrical-coordinate representation of color #426E0F: hue angle of 87.79º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #426E0F is Cyan = 0.4, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB6611015-
CMYK0.400.860.57
HSL87.79º76%24.51%-
HSV(B)87.79º86.36%43.14%-
XYZ7.9112.342.42-
YUV86.0187.92113.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 110 (43.36% from 255) = 57.59%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=34.55%
G=57.59%
B=7.85%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66110150.400.860.5787.797624.51
Hex426EF2805639584c19
Octal102156175001267113011431
Binary100001011011101111101000010101101110011011000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426E0F; }

 p { color: rgb(66,110,15); }

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

<style>
 a { background-color: #426E0F; }

 a { background-color: rgb(66,110,15); }

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

<style>
 span { border-color: #426E0F; }

 span { border-color: rgb(66,110,15); }

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