Html Css Color HEX #535504 Verdun Green

📋 copy color: '#535504'

red 83 ◦ green 85 ◦ blue 4

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

Shades of Verdun Green #535504

Tints of Verdun Green #535504

RGB

 RED value IS 83 (32.81% from 255) = 48.26%

 GREEN value IS 85 (33.59% from 255) = 49.42%

 BLUE value IS 4 (1.95% from 255) = 2.33%

R = 48.26%
G = 49.42%
B = 2.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#535504 (or 0x535504) is known color: Verdun Green. HEX triplet: 53, 55 and 04. RGB value is (83,85,4). Sum of RGB (Red+Green+Blue) = 83+85+4=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #535504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535504 is #ACAAFB. Grayscale: #4B4B4B. Windows color (decimal): -11315964 or 283987. OLE color: 283987.

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

Color convert

RGB 83 85 4 -
CMYK 0.02 0 0.95 0.67
HSL 61.48º 0.91% 0.17% -
HSV(B) 61.48º 0.95% 0.33% -
XYZ 6.84 8.34 1.37 -
YUV 75.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 83 85 4 0.02 0 0.95 0.67 61.48 0.91 0.17
Hex 53 55 4 2 0 5F 43 3D 5B 11
Octal 123 125 4 2 0 137 103 75 133 21
Binary 1010011 1010101 100 10 0 1011111 1000011 111101 1011011 10001

Color Harmonies of #535504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535504

Black with #535504

Text Example


Text Example

White with #535504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535504; }

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

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

background-color css

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

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

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

border-color css

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

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

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