Html Css Color HEX #458742 Fern Green

📋 copy color: '#458742'

red 69 ◦ green 135 ◦ blue 66

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

Shades of Fern Green #458742

Tints of Fern Green #458742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50%

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

R = 25.56%
G = 50%
B = 24.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#458742 (or 0x458742) is known color: Fern Green. HEX triplet: 45, 87 and 42. RGB value is (69,135,66). Sum of RGB (Red+Green+Blue) = 69+135+66=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #458742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458742 is #BA78BD. Grayscale: #6B6B6B. Windows color (decimal): -12220606 or 4360005. OLE color: 4360005.

HSL color Cylindrical-coordinate representation of color #458742: hue angle of 117.39º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458742 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 135 66 -
CMYK 0.49 0 0.51 0.47
HSL 117.39º 0.34% 0.39% -
HSV(B) 117.39º 0.51% 0.53% -
XYZ 12.1 18.99 8.18 -
YUV 107.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 69 135 66 0.49 0 0.51 0.47 117.39 0.34 0.39
Hex 45 87 42 31 0 33 2F 75 22 27
Octal 105 207 102 61 0 63 57 165 42 47
Binary 1000101 10000111 1000010 110001 0 110011 101111 1110101 100010 100111

Color Harmonies of #458742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458742

Black with #458742

Text Example


Text Example

White with #458742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458742; }

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

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

background-color css

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

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

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

border-color css

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

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

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