Html Css Color HEX #427536 Fern Green

📋 copy color: '#427536'

red 66 ◦ green 117 ◦ blue 54

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

Shades of Fern Green #427536

Tints of Fern Green #427536

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.37%

 BLUE value IS 54 (21.48% from 255) = 22.78%

R = 27.85%
G = 49.37%
B = 22.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#427536 (or 0x427536) is known color: Fern Green. HEX triplet: 42, 75 and 36. RGB value is (66,117,54). Sum of RGB (Red+Green+Blue) = 66+117+54=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #427536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427536 is #BD8AC9. Grayscale: #5E5E5E. Windows color (decimal): -12421834 or 3568962. OLE color: 3568962.

HSL color Cylindrical-coordinate representation of color #427536: hue angle of 108.57º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427536 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 54 -
CMYK 0.44 0 0.54 0.54
HSL 108.57º 0.37% 0.34% -
HSV(B) 108.57º 0.54% 0.46% -
XYZ 9.27 14.15 5.73 -
YUV 94.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 66 117 54 0.44 0 0.54 0.54 108.57 0.37 0.34
Hex 42 75 36 2C 0 36 36 6D 25 22
Octal 102 165 66 54 0 66 66 155 45 42
Binary 1000010 1110101 110110 101100 0 110110 110110 1101101 100101 100010

Color Harmonies of #427536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427536

Black with #427536

Text Example


Text Example

White with #427536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427536; }

 p { color: rgb(66,117,54); }

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

background-color css

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

 a { background-color: rgb(66,117,54); }

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

border-color css

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

 span { border-color: rgb(66,117,54); }

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