Html Css Color HEX #335200 Verdun Green

📋 copy color: '#335200'

red 51 ◦ green 82 ◦ blue 0

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

Shades of Verdun Green #335200

Tints of Verdun Green #335200

RGB

 RED value IS 51 (20.31% from 255) = 38.35%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.35%
G = 61.65%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#335200 (or 0x335200) is known color: Verdun Green. HEX triplet: 33, 52 and 00. RGB value is (51,82,0). Sum of RGB (Red+Green+Blue) = 51+82+0=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #335200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335200 is #CCADFF. Grayscale: #3F3F3F. Windows color (decimal): -13413888 or 21043. OLE color: 21043.

HSL color Cylindrical-coordinate representation of color #335200: hue angle of 82.68º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #335200 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 82 0 -
CMYK 0.38 0 1 0.68
HSL 82.68º 1% 0.16% -
HSV(B) 82.68º 1% 0.32% -
XYZ 4.38 6.74 1.07 -
YUV 63.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 51 82 0 0.38 0 1 0.68 82.68 1 0.16
Hex 33 52 0 26 0 64 44 53 64 10
Octal 63 122 0 46 0 144 104 123 144 20
Binary 110011 1010010 0 100110 0 1100100 1000100 1010011 1100100 10000

Color Harmonies of #335200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335200

Black with #335200

Text Example


Text Example

White with #335200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335200; }

 p { color: rgb(51,82,0); }

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

background-color css

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

 a { background-color: rgb(51,82,0); }

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

border-color css

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

 span { border-color: rgb(51,82,0); }

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