Html Css Color HEX #35520B Verdun Green

📋 copy color: '#35520B'

red 53 ◦ green 82 ◦ blue 11

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

Shades of Verdun Green #35520B

Tints of Verdun Green #35520B

RGB

 RED value IS 53 (21.09% from 255) = 36.3%

 GREEN value IS 82 (32.42% from 255) = 56.16%

 BLUE value IS 11 (4.69% from 255) = 7.53%

R = 36.3%
G = 56.16%
B = 7.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#35520B (or 0x35520B) is known color: Verdun Green. HEX triplet: 35, 52 and 0B. RGB value is (53,82,11). Sum of RGB (Red+Green+Blue) = 53+82+11=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #35520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35520B is #CAADF4. Grayscale: #414141. Windows color (decimal): -13282805 or 741941. OLE color: 741941.

HSL color Cylindrical-coordinate representation of color #35520B: hue angle of 84.51º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35520B is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 11 -
CMYK 0.35 0 0.87 0.68
HSL 84.51º 0.76% 0.18% -
HSV(B) 84.51º 0.87% 0.32% -
XYZ 4.55 6.82 1.39 -
YUV 65.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 53 82 11 0.35 0 0.87 0.68 84.51 0.76 0.18
Hex 35 52 B 23 0 57 44 55 4C 12
Octal 65 122 13 43 0 127 104 125 114 22
Binary 110101 1010010 1011 100011 0 1010111 1000100 1010101 1001100 10010

Color Harmonies of #35520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35520B

Black with #35520B

Text Example


Text Example

White with #35520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35520B; }

 p { color: rgb(53,82,11); }

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

background-color css

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

 a { background-color: rgb(53,82,11); }

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

border-color css

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

 span { border-color: rgb(53,82,11); }

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