Html Css Color HEX #427340 Fern Green

📋 copy color: '#427340'

red 66 ◦ green 115 ◦ blue 64

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

Shades of Fern Green #427340

Tints of Fern Green #427340

RGB

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

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

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

R = 26.94%
G = 46.94%
B = 26.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#427340 (or 0x427340) is known color: Fern Green. HEX triplet: 42, 73 and 40. RGB value is (66,115,64). Sum of RGB (Red+Green+Blue) = 66+115+64=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #427340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427340 is #BD8CBF. Grayscale: #5E5E5E. Windows color (decimal): -12422336 or 4223810. OLE color: 4223810.

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

Color convert

RGB 66 115 64 -
CMYK 0.43 0 0.44 0.55
HSL 117.65º 0.28% 0.35% -
HSV(B) 117.65º 0.44% 0.45% -
XYZ 9.3 13.79 7.02 -
YUV 94.54 110.77 107.65 -
System Red Green Blue C M Y K H S L
Decimal 66 115 64 0.43 0 0.44 0.55 117.65 0.28 0.35
Hex 42 73 40 2B 0 2C 37 76 1C 23
Octal 102 163 100 53 0 54 67 166 34 43
Binary 1000010 1110011 1000000 101011 0 101100 110111 1110110 11100 100011

Color Harmonies of #427340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427340

Black with #427340

Text Example


Text Example

White with #427340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427340; }

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

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

background-color css

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

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

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

border-color css

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

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

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