Html Css Color HEX #5E5802 Verdun Green

📋 copy color: '#5E5802'

red 94 ◦ green 88 ◦ blue 2

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

Shades of Verdun Green #5E5802

Tints of Verdun Green #5E5802

RGB

 RED value IS 94 (37.11% from 255) = 51.09%

 GREEN value IS 88 (34.77% from 255) = 47.83%

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

R = 51.09%
G = 47.83%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#5E5802 (or 0x5E5802) is known color: Verdun Green. HEX triplet: 5E, 58 and 02. RGB value is (94,88,2). Sum of RGB (Red+Green+Blue) = 94+88+2=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5802 is #A1A7FD. Grayscale: #505050. Windows color (decimal): -10594302 or 153694. OLE color: 153694.

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

Color convert

RGB 94 88 2 -
CMYK 0 0.06 0.98 0.63
HSL 56.09º 0.96% 0.19% -
HSV(B) 56.09º 0.98% 0.37% -
XYZ 8.12 9.36 1.44 -
YUV 79.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 94 88 2 0 0.06 0.98 0.63 56.09 0.96 0.19
Hex 5E 58 2 0 6 62 3F 38 60 13
Octal 136 130 2 0 6 142 77 70 140 23
Binary 1011110 1011000 10 0 110 1100010 111111 111000 1100000 10011

Color Harmonies of #5E5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5802

Black with #5E5802

Text Example


Text Example

White with #5E5802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,88,2); }

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

background-color css

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

 a { background-color: rgb(94,88,2); }

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

border-color css

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

 span { border-color: rgb(94,88,2); }

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