Html Css Color HEX #457742 Fern Green

📋 copy color: '#457742'

red 69 ◦ green 119 ◦ blue 66

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

Shades of Fern Green #457742

Tints of Fern Green #457742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 27.17%
G = 46.85%
B = 25.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#457742 (or 0x457742) is known color: Fern Green. HEX triplet: 45, 77 and 42. RGB value is (69,119,66). Sum of RGB (Red+Green+Blue) = 69+119+66=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #457742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457742 is #BA88BD. Grayscale: #626262. Windows color (decimal): -12224702 or 4355909. OLE color: 4355909.

HSL color Cylindrical-coordinate representation of color #457742: hue angle of 116.6º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457742 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 119 66 -
CMYK 0.42 0 0.45 0.53
HSL 116.6º 0.29% 0.36% -
HSV(B) 116.6º 0.45% 0.47% -
XYZ 10.03 14.85 7.49 -
YUV 98.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 69 119 66 0.42 0 0.45 0.53 116.6 0.29 0.36
Hex 45 77 42 2A 0 2D 35 75 1D 24
Octal 105 167 102 52 0 55 65 165 35 44
Binary 1000101 1110111 1000010 101010 0 101101 110101 1110101 11101 100100

Color Harmonies of #457742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457742

Black with #457742

Text Example


Text Example

White with #457742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457742; }

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

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

background-color css

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

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

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

border-color css

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

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

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