Html Css Color HEX #427306 Green Leaf

📋 copy color: '#427306'

red 66 ◦ green 115 ◦ blue 6

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

Shades of Green Leaf #427306

Tints of Green Leaf #427306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.5%

 BLUE value IS 6 (2.73% from 255) = 3.21%

R = 35.29%
G = 61.5%
B = 3.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#427306 (or 0x427306) is known color: Green Leaf. HEX triplet: 42, 73 and 06. RGB value is (66,115,6). Sum of RGB (Red+Green+Blue) = 66+115+6=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 115 (45.31% from 255 or 61.50% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 115 - color contains mainly: green. Hex color #427306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427306 is #BD8CF9. Grayscale: #585858. Windows color (decimal): -12422394 or 422722. OLE color: 422722.

HSL color Cylindrical-coordinate representation of color #427306: hue angle of 86.97º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #427306 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 115 6 -
CMYK 0.43 0 0.95 0.55
HSL 86.97º 0.9% 0.24% -
HSV(B) 86.97º 0.95% 0.45% -
XYZ 8.41 13.43 2.32 -
YUV 87.92 81.77 112.36 -
System Red Green Blue C M Y K H S L
Decimal 66 115 6 0.43 0 0.95 0.55 86.97 0.9 0.24
Hex 42 73 6 2B 0 5F 37 57 5A 18
Octal 102 163 6 53 0 137 67 127 132 30
Binary 1000010 1110011 110 101011 0 1011111 110111 1010111 1011010 11000

Color Harmonies of #427306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427306

Black with #427306

Text Example


Text Example

White with #427306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427306; }

 p { color: rgb(66,115,6); }

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

background-color css

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

 a { background-color: rgb(66,115,6); }

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

border-color css

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

 span { border-color: rgb(66,115,6); }

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