Html Css Color HEX #336305 Verdun Green

📋 copy color: '#336305'

red 51 ◦ green 99 ◦ blue 5

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

Shades of Verdun Green #336305

Tints of Verdun Green #336305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.87%

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 32.9%
G = 63.87%
B = 3.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#336305 (or 0x336305) is known color: Verdun Green. HEX triplet: 33, 63 and 05. RGB value is (51,99,5). Sum of RGB (Red+Green+Blue) = 51+99+5=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #336305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336305 is #CC9CFA. Grayscale: #4A4A4A. Windows color (decimal): -13409531 or 353075. OLE color: 353075.

HSL color Cylindrical-coordinate representation of color #336305: hue angle of 90.64º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #336305 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 99 5 -
CMYK 0.48 0 0.95 0.61
HSL 90.64º 0.9% 0.2% -
HSV(B) 90.64º 0.95% 0.39% -
XYZ 5.85 9.64 1.7 -
YUV 73.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 51 99 5 0.48 0 0.95 0.61 90.64 0.9 0.2
Hex 33 63 5 30 0 5F 3D 5B 5A 14
Octal 63 143 5 60 0 137 75 133 132 24
Binary 110011 1100011 101 110000 0 1011111 111101 1011011 1011010 10100

Color Harmonies of #336305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336305

Black with #336305

Text Example


Text Example

White with #336305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336305; }

 p { color: rgb(51,99,5); }

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

background-color css

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

 a { background-color: rgb(51,99,5); }

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

border-color css

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

 span { border-color: rgb(51,99,5); }

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