Html Css Color HEX #555307 Verdun Green

📋 copy color: '#555307'

red 85 ◦ green 83 ◦ blue 7

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

Shades of Verdun Green #555307

Tints of Verdun Green #555307

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.43%

 BLUE value IS 7 (3.13% from 255) = 4%

R = 48.57%
G = 47.43%
B = 4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#555307 (or 0x555307) is known color: Verdun Green. HEX triplet: 55, 53 and 07. RGB value is (85,83,7). Sum of RGB (Red+Green+Blue) = 85+83+7=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #555307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555307 is #AAACF8. Grayscale: #4B4B4B. Windows color (decimal): -11185401 or 480085. OLE color: 480085.

HSL color Cylindrical-coordinate representation of color #555307: hue angle of 58.46º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #555307 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 83 7 -
CMYK 0 0.02 0.92 0.67
HSL 58.46º 0.85% 0.18% -
HSV(B) 58.46º 0.92% 0.33% -
XYZ 6.88 8.13 1.41 -
YUV 74.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 85 83 7 0 0.02 0.92 0.67 58.46 0.85 0.18
Hex 55 53 7 0 2 5C 43 3A 55 12
Octal 125 123 7 0 2 134 103 72 125 22
Binary 1010101 1010011 111 0 10 1011100 1000011 111010 1010101 10010

Color Harmonies of #555307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555307

Black with #555307

Text Example


Text Example

White with #555307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555307; }

 p { color: rgb(85,83,7); }

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

background-color css

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

 a { background-color: rgb(85,83,7); }

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

border-color css

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

 span { border-color: rgb(85,83,7); }

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