Html Css Color HEX #5F6339 Verdigris

📋 copy color: '#5F6339'

red 95 ◦ green 99 ◦ blue 57

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

Shades of Verdigris #5F6339

Tints of Verdigris #5F6339

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.44%

 BLUE value IS 57 (22.66% from 255) = 22.71%

R = 37.85%
G = 39.44%
B = 22.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#5F6339 (or 0x5F6339) is known color: Verdigris. HEX triplet: 5F, 63 and 39. RGB value is (95,99,57). Sum of RGB (Red+Green+Blue) = 95+99+57=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6339 is #A09CC6. Grayscale: #5D5D5D. Windows color (decimal): -10525895 or 3760991. OLE color: 3760991.

HSL color Cylindrical-coordinate representation of color #5F6339: hue angle of 65.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F6339 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 95 99 57 -
CMYK 0.04 0 0.42 0.61
HSL 65.71º 0.27% 0.31% -
HSV(B) 65.71º 0.42% 0.39% -
XYZ 9.92 11.65 5.6 -
YUV 93.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 95 99 57 0.04 0 0.42 0.61 65.71 0.27 0.31
Hex 5F 63 39 4 0 2A 3D 42 1B 1F
Octal 137 143 71 4 0 52 75 102 33 37
Binary 1011111 1100011 111001 100 0 101010 111101 1000010 11011 11111

Color Harmonies of #5F6339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6339

Black with #5F6339

Text Example


Text Example

White with #5F6339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,99,57); }

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

background-color css

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

 a { background-color: rgb(95,99,57); }

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

border-color css

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

 span { border-color: rgb(95,99,57); }

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