Html Css Color HEX #5C5702 Verdun Green

📋 copy color: '#5C5702'

red 92 ◦ green 87 ◦ blue 2

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

Shades of Verdun Green #5C5702

Tints of Verdun Green #5C5702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.07%

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 50.83%
G = 48.07%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#5C5702 (or 0x5C5702) is known color: Verdun Green. HEX triplet: 5C, 57 and 02. RGB value is (92,87,2). Sum of RGB (Red+Green+Blue) = 92+87+2=181 (23% of max value = 765). Red value is 92 (36.33% from 255 or 50.83% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5702 is #A3A8FD. Grayscale: #4F4F4F. Windows color (decimal): -10725630 or 153436. OLE color: 153436.

HSL color Cylindrical-coordinate representation of color #5C5702: hue angle of 56.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C5702 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 87 2 -
CMYK 0 0.05 0.98 0.64
HSL 56.67º 0.96% 0.18% -
HSV(B) 56.67º 0.98% 0.36% -
XYZ 7.83 9.1 1.4 -
YUV 78.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 92 87 2 0 0.05 0.98 0.64 56.67 0.96 0.18
Hex 5C 57 2 0 5 62 40 39 60 12
Octal 134 127 2 0 5 142 100 71 140 22
Binary 1011100 1010111 10 0 101 1100010 1000000 111001 1100000 10010

Color Harmonies of #5C5702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5702

Black with #5C5702

Text Example


Text Example

White with #5C5702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,87,2); }

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

background-color css

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

 a { background-color: rgb(92,87,2); }

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

border-color css

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

 span { border-color: rgb(92,87,2); }

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