Html Css Color HEX #5F5D3B Verdigris

📋 copy color: '#5F5D3B'

red 95 ◦ green 93 ◦ blue 59

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

Shades of Verdigris #5F5D3B

Tints of Verdigris #5F5D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.65%

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

R = 38.46%
G = 37.65%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5F5D3B (or 0x5F5D3B) is known color: Verdigris. HEX triplet: 5F, 5D and 3B. RGB value is (95,93,59). Sum of RGB (Red+Green+Blue) = 95+93+59=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5D3B is #A0A2C4. Grayscale: #595959. Windows color (decimal): -10527429 or 3890527. OLE color: 3890527.

HSL color Cylindrical-coordinate representation of color #5F5D3B: hue angle of 56.67º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F5D3B is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 93 59 -
CMYK 0 0.02 0.38 0.63
HSL 56.67º 0.23% 0.3% -
HSV(B) 56.67º 0.38% 0.37% -
XYZ 9.42 10.58 5.68 -
YUV 89.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 95 93 59 0 0.02 0.38 0.63 56.67 0.23 0.3
Hex 5F 5D 3B 0 2 26 3F 39 17 1E
Octal 137 135 73 0 2 46 77 71 27 36
Binary 1011111 1011101 111011 0 10 100110 111111 111001 10111 11110

Color Harmonies of #5F5D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5D3B

Black with #5F5D3B

Text Example


Text Example

White with #5F5D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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