Html Css Color HEX #5F7445 Chalet Green

📋 copy color: '#5F7445'

red 95 ◦ green 116 ◦ blue 69

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

Shades of Chalet Green #5F7445

Tints of Chalet Green #5F7445

RGB

 RED value IS 95 (37.5% from 255) = 33.93%

 GREEN value IS 116 (45.7% from 255) = 41.43%

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 33.93%
G = 41.43%
B = 24.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#5F7445 (or 0x5F7445) is known color: Chalet Green. HEX triplet: 5F, 74 and 45. RGB value is (95,116,69). Sum of RGB (Red+Green+Blue) = 95+116+69=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7445 is #A08BBA. Grayscale: #686868. Windows color (decimal): -10521531 or 4551775. OLE color: 4551775.

HSL color Cylindrical-coordinate representation of color #5F7445: hue angle of 86.81º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F7445 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 116 69 -
CMYK 0.18 0 0.41 0.55
HSL 86.81º 0.25% 0.36% -
HSV(B) 86.81º 0.41% 0.45% -
XYZ 12.04 15.35 7.96 -
YUV 104.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 95 116 69 0.18 0 0.41 0.55 86.81 0.25 0.36
Hex 5F 74 45 12 0 29 37 57 19 24
Octal 137 164 105 22 0 51 67 127 31 44
Binary 1011111 1110100 1000101 10010 0 101001 110111 1010111 11001 100100

Color Harmonies of #5F7445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7445

Black with #5F7445

Text Example


Text Example

White with #5F7445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F7445; }

 p { color: rgb(95,116,69); }

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

background-color css

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

 a { background-color: rgb(95,116,69); }

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

border-color css

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

 span { border-color: rgb(95,116,69); }

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