Html Css Color HEX #457240 Fern Green

📋 copy color: '#457240'

red 69 ◦ green 114 ◦ blue 64

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

Shades of Fern Green #457240

Tints of Fern Green #457240

RGB

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

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

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

R = 27.94%
G = 46.15%
B = 25.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#457240 (or 0x457240) is known color: Fern Green. HEX triplet: 45, 72 and 40. RGB value is (69,114,64). Sum of RGB (Red+Green+Blue) = 69+114+64=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #457240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457240 is #BA8DBF. Grayscale: #5F5F5F. Windows color (decimal): -12225984 or 4223557. OLE color: 4223557.

HSL color Cylindrical-coordinate representation of color #457240: hue angle of 114º 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 #457240 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 114 64 -
CMYK 0.39 0 0.44 0.55
HSL 114º 0.28% 0.35% -
HSV(B) 114º 0.44% 0.45% -
XYZ 9.4 13.67 6.99 -
YUV 94.85 110.59 109.57 -
System Red Green Blue C M Y K H S L
Decimal 69 114 64 0.39 0 0.44 0.55 114 0.28 0.35
Hex 45 72 40 27 0 2C 37 72 1C 23
Octal 105 162 100 47 0 54 67 162 34 43
Binary 1000101 1110010 1000000 100111 0 101100 110111 1110010 11100 100011

Color Harmonies of #457240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457240

Black with #457240

Text Example


Text Example

White with #457240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457240; }

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

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

background-color css

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

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

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

border-color css

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

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

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