Html Css Color HEX #457F40 Fern Green

📋 copy color: '#457F40'

red 69 ◦ green 127 ◦ blue 64

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

Shades of Fern Green #457F40

Tints of Fern Green #457F40

RGB

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

 GREEN value IS 127 (50% from 255) = 48.85%

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

R = 26.54%
G = 48.85%
B = 24.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#457F40 (or 0x457F40) is known color: Fern Green. HEX triplet: 45, 7F and 40. RGB value is (69,127,64). Sum of RGB (Red+Green+Blue) = 69+127+64=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #457F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457F40 is #BA80BF. Grayscale: #666666. Windows color (decimal): -12222656 or 4226885. OLE color: 4226885.

HSL color Cylindrical-coordinate representation of color #457F40: hue angle of 115.24º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #457F40 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 127 64 -
CMYK 0.46 0 0.50 0.50
HSL 115.24º 0.33% 0.37% -
HSV(B) 115.24º 0.5% 0.5% -
XYZ 10.97 16.81 7.52 -
YUV 102.48 106.28 104.12 -
System Red Green Blue C M Y K H S L
Decimal 69 127 64 0.46 0 0.50 0.50 115.24 0.33 0.37
Hex 45 7F 40 2E 0 32 32 73 21 25
Octal 105 177 100 56 0 62 62 163 41 45
Binary 1000101 1111111 1000000 101110 0 110010 110010 1110011 100001 100101

Color Harmonies of #457F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457F40

Black with #457F40

Text Example


Text Example

White with #457F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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