Html Css Color HEX #427440 Fern Green

📋 copy color: '#427440'

red 66 ◦ green 116 ◦ blue 64

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

Shades of Fern Green #427440

Tints of Fern Green #427440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 26.83%
G = 47.15%
B = 26.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#427440 (or 0x427440) is known color: Fern Green. HEX triplet: 42, 74 and 40. RGB value is (66,116,64). Sum of RGB (Red+Green+Blue) = 66+116+64=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #427440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427440 is #BD8BBF. Grayscale: #5F5F5F. Windows color (decimal): -12422080 or 4224066. OLE color: 4224066.

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

Color convert

RGB 66 116 64 -
CMYK 0.43 0 0.45 0.55
HSL 117.69º 0.29% 0.35% -
HSV(B) 117.69º 0.45% 0.45% -
XYZ 9.42 14.02 7.06 -
YUV 95.12 110.44 107.23 -
System Red Green Blue C M Y K H S L
Decimal 66 116 64 0.43 0 0.45 0.55 117.69 0.29 0.35
Hex 42 74 40 2B 0 2D 37 76 1D 23
Octal 102 164 100 53 0 55 67 166 35 43
Binary 1000010 1110100 1000000 101011 0 101101 110111 1110110 11101 100011

Color Harmonies of #427440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427440

Black with #427440

Text Example


Text Example

White with #427440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427440; }

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

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

background-color css

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

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

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

border-color css

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

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

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