Html Css Color HEX #5F703A Chalet Green

📋 copy color: '#5F703A'

red 95 ◦ green 112 ◦ blue 58

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

Shades of Chalet Green #5F703A

Tints of Chalet Green #5F703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 58 (23.05% from 255) = 21.89%

R = 35.85%
G = 42.26%
B = 21.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#5F703A (or 0x5F703A) is known color: Chalet Green. HEX triplet: 5F, 70 and 3A. RGB value is (95,112,58). Sum of RGB (Red+Green+Blue) = 95+112+58=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #5F703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F703A is #A08FC5. Grayscale: #646464. Windows color (decimal): -10522566 or 3829855. OLE color: 3829855.

HSL color Cylindrical-coordinate representation of color #5F703A: hue angle of 78.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F703A is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 112 58 -
CMYK 0.15 0 0.48 0.56
HSL 78.89º 0.32% 0.33% -
HSV(B) 78.89º 0.48% 0.44% -
XYZ 11.28 14.33 6.17 -
YUV 100.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 95 112 58 0.15 0 0.48 0.56 78.89 0.32 0.33
Hex 5F 70 3A F 0 30 38 4F 20 21
Octal 137 160 72 17 0 60 70 117 40 41
Binary 1011111 1110000 111010 1111 0 110000 111000 1001111 100000 100001

Color Harmonies of #5F703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F703A

Black with #5F703A

Text Example


Text Example

White with #5F703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,112,58); }

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

background-color css

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

 a { background-color: rgb(95,112,58); }

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

border-color css

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

 span { border-color: rgb(95,112,58); }

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