Html Css Color HEX #5C5F03 Verdun Green

📋 copy color: '#5C5F03'

red 92 ◦ green 95 ◦ blue 3

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

Shades of Verdun Green #5C5F03

Tints of Verdun Green #5C5F03

RGB

 RED value IS 92 (36.33% from 255) = 48.42%

 GREEN value IS 95 (37.5% from 255) = 50%

 BLUE value IS 3 (1.56% from 255) = 1.58%

R = 48.42%
G = 50%
B = 1.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#5C5F03 (or 0x5C5F03) is known color: Verdun Green. HEX triplet: 5C, 5F and 03. RGB value is (92,95,3). Sum of RGB (Red+Green+Blue) = 92+95+3=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5F03 is #A3A0FC. Grayscale: #535353. Windows color (decimal): -10723581 or 221020. OLE color: 221020.

HSL color Cylindrical-coordinate representation of color #5C5F03: hue angle of 61.96º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C5F03 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB 92 95 3 -
CMYK 0.03 0 0.97 0.63
HSL 61.96º 0.94% 0.19% -
HSV(B) 61.96º 0.97% 0.37% -
XYZ 8.52 10.47 1.66 -
YUV 83.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 92 95 3 0.03 0 0.97 0.63 61.96 0.94 0.19
Hex 5C 5F 3 3 0 61 3F 3E 5E 13
Octal 134 137 3 3 0 141 77 76 136 23
Binary 1011100 1011111 11 11 0 1100001 111111 111110 1011110 10011

Color Harmonies of #5C5F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5F03

Black with #5C5F03

Text Example


Text Example

White with #5C5F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,95,3); }

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

background-color css

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

 a { background-color: rgb(92,95,3); }

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

border-color css

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

 span { border-color: rgb(92,95,3); }

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