Html Css Color HEX #335408 Verdun Green

📋 copy color: '#335408'

red 51 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #335408

Tints of Verdun Green #335408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 58.74%

 BLUE value IS 8 (3.52% from 255) = 5.59%

R = 35.66%
G = 58.74%
B = 5.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#335408 (or 0x335408) is known color: Verdun Green. HEX triplet: 33, 54 and 08. RGB value is (51,84,8). Sum of RGB (Red+Green+Blue) = 51+84+8=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #335408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335408 is #CCABF7. Grayscale: #414141. Windows color (decimal): -13413368 or 545843. OLE color: 545843.

HSL color Cylindrical-coordinate representation of color #335408: hue angle of 86.05º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #335408 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 84 8 -
CMYK 0.39 0 0.90 0.67
HSL 86.05º 0.83% 0.18% -
HSV(B) 86.05º 0.9% 0.33% -
XYZ 4.58 7.06 1.35 -
YUV 65.47 95.57 117.68 -
System Red Green Blue C M Y K H S L
Decimal 51 84 8 0.39 0 0.90 0.67 86.05 0.83 0.18
Hex 33 54 8 27 0 5A 43 56 53 12
Octal 63 124 10 47 0 132 103 126 123 22
Binary 110011 1010100 1000 100111 0 1011010 1000011 1010110 1010011 10010

Color Harmonies of #335408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335408

Black with #335408

Text Example


Text Example

White with #335408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335408; }

 p { color: rgb(51,84,8); }

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

background-color css

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

 a { background-color: rgb(51,84,8); }

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

border-color css

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

 span { border-color: rgb(51,84,8); }

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