Html Css Color HEX #555102 Verdun Green

📋 copy color: '#555102'

red 85 ◦ green 81 ◦ blue 2

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

Shades of Verdun Green #555102

Tints of Verdun Green #555102

RGB

 RED value IS 85 (33.59% from 255) = 50.6%

 GREEN value IS 81 (32.03% from 255) = 48.21%

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

R = 50.6%
G = 48.21%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#555102 (or 0x555102) is known color: Verdun Green. HEX triplet: 55, 51 and 02. RGB value is (85,81,2). Sum of RGB (Red+Green+Blue) = 85+81+2=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #555102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555102 is #AAAEFD. Grayscale: #494949. Windows color (decimal): -11185918 or 151893. OLE color: 151893.

HSL color Cylindrical-coordinate representation of color #555102: hue angle of 57.11º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #555102 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 81 2 -
CMYK 0 0.05 0.98 0.67
HSL 57.11º 0.95% 0.17% -
HSV(B) 57.11º 0.98% 0.33% -
XYZ 6.7 7.82 1.21 -
YUV 73.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 85 81 2 0 0.05 0.98 0.67 57.11 0.95 0.17
Hex 55 51 2 0 5 62 43 39 5F 11
Octal 125 121 2 0 5 142 103 71 137 21
Binary 1010101 1010001 10 0 101 1100010 1000011 111001 1011111 10001

Color Harmonies of #555102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555102

Black with #555102

Text Example


Text Example

White with #555102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555102; }

 p { color: rgb(85,81,2); }

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

background-color css

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

 a { background-color: rgb(85,81,2); }

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

border-color css

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

 span { border-color: rgb(85,81,2); }

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