Html Css Color HEX #426616 Green Leaf

📋 copy color: '#426616'

red 66 ◦ green 102 ◦ blue 22

#426616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #426616

Tints of Green Leaf #426616

RGB

 RED value IS 66 (26.17% from 255) = 34.74%

 GREEN value IS 102 (40.23% from 255) = 53.68%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 34.74%
G = 53.68%
B = 11.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#426616 (or 0x426616) is known color: Green Leaf. HEX triplet: 42, 66 and 16. RGB value is (66,102,22). Sum of RGB (Red+Green+Blue) = 66+102+22=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #426616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426616 is #BD99E9. Grayscale: #525252. Windows color (decimal): -12425706 or 1467970. OLE color: 1467970.

HSL color Cylindrical-coordinate representation of color #426616: hue angle of 87º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #426616 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 22 -
CMYK 0.35 0 0.78 0.6
HSL 87º 0.65% 0.24% -
HSV(B) 87º 0.78% 0.4% -
XYZ 7.14 10.72 2.45 -
YUV 82.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 66 102 22 0.35 0 0.78 0.6 87 0.65 0.24
Hex 42 66 16 23 0 4E 3C 57 41 18
Octal 102 146 26 43 0 116 74 127 101 30
Binary 1000010 1100110 10110 100011 0 1001110 111100 1010111 1000001 11000

Color Harmonies of #426616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426616

Black with #426616

Text Example


Text Example

White with #426616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426616; }

 p { color: rgb(66,102,22); }

 H1.HeaderClassName
 {
   color: #426616;
 }
 .AnyTagClassName
 {
   color: #426616;
 }
</style>

background-color css

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

 a { background-color: rgb(66,102,22); }

 div.DivClassName
 {
   background-color: #426616;
 }
 .BgClassName
 {
   background-color: #426616;
 }
</style>

border-color css

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

 span { border-color: rgb(66,102,22); }

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