Html Css Color HEX #5F6F3B Chalet Green

📋 copy color: '#5F6F3B'

red 95 ◦ green 111 ◦ blue 59

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

Shades of Chalet Green #5F6F3B

Tints of Chalet Green #5F6F3B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.89%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 35.85%
G = 41.89%
B = 22.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#5F6F3B (or 0x5F6F3B) is known color: Chalet Green. HEX triplet: 5F, 6F and 3B. RGB value is (95,111,59). Sum of RGB (Red+Green+Blue) = 95+111+59=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6F3B is #A090C4. Grayscale: #646464. Windows color (decimal): -10522821 or 3895135. OLE color: 3895135.

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

Color convert

RGB 95 111 59 -
CMYK 0.14 0 0.47 0.56
HSL 78.46º 0.31% 0.33% -
HSV(B) 78.46º 0.47% 0.44% -
XYZ 11.19 14.12 6.27 -
YUV 100.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 95 111 59 0.14 0 0.47 0.56 78.46 0.31 0.33
Hex 5F 6F 3B E 0 2F 38 4E 1F 21
Octal 137 157 73 16 0 57 70 116 37 41
Binary 1011111 1101111 111011 1110 0 101111 111000 1001110 11111 100001

Color Harmonies of #5F6F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6F3B

Black with #5F6F3B

Text Example


Text Example

White with #5F6F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,111,59); }

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

background-color css

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

 a { background-color: rgb(95,111,59); }

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

border-color css

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

 span { border-color: rgb(95,111,59); }

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