Html Css Color HEX #427439 Fern Green

📋 copy color: '#427439'

red 66 ◦ green 116 ◦ blue 57

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

Shades of Fern Green #427439

Tints of Fern Green #427439

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.54%

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 27.62%
G = 48.54%
B = 23.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#427439 (or 0x427439) is known color: Fern Green. HEX triplet: 42, 74 and 39. RGB value is (66,116,57). Sum of RGB (Red+Green+Blue) = 66+116+57=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #427439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427439 is #BD8BC6. Grayscale: #5E5E5E. Windows color (decimal): -12422087 or 3765314. OLE color: 3765314.

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

Color convert

RGB 66 116 57 -
CMYK 0.43 0 0.51 0.55
HSL 110.85º 0.34% 0.34% -
HSV(B) 110.85º 0.51% 0.45% -
XYZ 9.23 13.94 6.08 -
YUV 94.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 66 116 57 0.43 0 0.51 0.55 110.85 0.34 0.34
Hex 42 74 39 2B 0 33 37 6F 22 22
Octal 102 164 71 53 0 63 67 157 42 42
Binary 1000010 1110100 111001 101011 0 110011 110111 1101111 100010 100010

Color Harmonies of #427439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427439

Black with #427439

Text Example


Text Example

White with #427439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427439; }

 p { color: rgb(66,116,57); }

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

background-color css

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

 a { background-color: rgb(66,116,57); }

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

border-color css

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

 span { border-color: rgb(66,116,57); }

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