Html Css Color HEX #5F6133 Verdigris

📋 copy color: '#5F6133'

red 95 ◦ green 97 ◦ blue 51

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

Shades of Verdigris #5F6133

Tints of Verdigris #5F6133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.92%

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 39.09%
G = 39.92%
B = 20.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#5F6133 (or 0x5F6133) is known color: Verdigris. HEX triplet: 5F, 61 and 33. RGB value is (95,97,51). Sum of RGB (Red+Green+Blue) = 95+97+51=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6133 is #A09ECC. Grayscale: #5B5B5B. Windows color (decimal): -10526413 or 3367263. OLE color: 3367263.

HSL color Cylindrical-coordinate representation of color #5F6133: hue angle of 62.61º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F6133 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 97 51 -
CMYK 0.02 0 0.47 0.62
HSL 62.61º 0.31% 0.29% -
HSV(B) 62.61º 0.47% 0.38% -
XYZ 9.59 11.22 4.79 -
YUV 91.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 95 97 51 0.02 0 0.47 0.62 62.61 0.31 0.29
Hex 5F 61 33 2 0 2F 3E 3F 1F 1D
Octal 137 141 63 2 0 57 76 77 37 35
Binary 1011111 1100001 110011 10 0 101111 111110 111111 11111 11101

Color Harmonies of #5F6133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6133

Black with #5F6133

Text Example


Text Example

White with #5F6133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,97,51); }

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

background-color css

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

 a { background-color: rgb(95,97,51); }

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

border-color css

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

 span { border-color: rgb(95,97,51); }

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