Html Css Color HEX #457242 Fern Green

📋 copy color: '#457242'

red 69 ◦ green 114 ◦ blue 66

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

Shades of Fern Green #457242

Tints of Fern Green #457242

RGB

 RED value IS 69 (27.34% from 255) = 27.71%

 GREEN value IS 114 (44.92% from 255) = 45.78%

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 27.71%
G = 45.78%
B = 26.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#457242 (or 0x457242) is known color: Fern Green. HEX triplet: 45, 72 and 42. RGB value is (69,114,66). Sum of RGB (Red+Green+Blue) = 69+114+66=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #457242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457242 is #BA8DBD. Grayscale: #5F5F5F. Windows color (decimal): -12225982 or 4354629. OLE color: 4354629.

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

Color convert

RGB 69 114 66 -
CMYK 0.39 0 0.42 0.55
HSL 116.25º 0.27% 0.35% -
HSV(B) 116.25º 0.42% 0.45% -
XYZ 9.45 13.69 7.3 -
YUV 95.07 111.59 109.4 -
System Red Green Blue C M Y K H S L
Decimal 69 114 66 0.39 0 0.42 0.55 116.25 0.27 0.35
Hex 45 72 42 27 0 2A 37 74 1B 23
Octal 105 162 102 47 0 52 67 164 33 43
Binary 1000101 1110010 1000010 100111 0 101010 110111 1110100 11011 100011

Color Harmonies of #457242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457242

Black with #457242

Text Example


Text Example

White with #457242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457242; }

 p { color: rgb(69,114,66); }

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

background-color css

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

 a { background-color: rgb(69,114,66); }

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

border-color css

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

 span { border-color: rgb(69,114,66); }

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