Html Css Color HEX #336005 Verdun Green

📋 copy color: '#336005'

red 51 ◦ green 96 ◦ blue 5

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

Shades of Verdun Green #336005

Tints of Verdun Green #336005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 63.16%

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

R = 33.55%
G = 63.16%
B = 3.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#336005 (or 0x336005) is known color: Verdun Green. HEX triplet: 33, 60 and 05. RGB value is (51,96,5). Sum of RGB (Red+Green+Blue) = 51+96+5=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #336005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336005 is #CC9FFA. Grayscale: #484848. Windows color (decimal): -13410299 or 352307. OLE color: 352307.

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

Color convert

RGB 51 96 5 -
CMYK 0.47 0 0.95 0.62
HSL 89.67º 0.9% 0.2% -
HSV(B) 89.67º 0.95% 0.38% -
XYZ 5.58 9.08 1.6 -
YUV 72.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 51 96 5 0.47 0 0.95 0.62 89.67 0.9 0.2
Hex 33 60 5 2F 0 5F 3E 5A 5A 14
Octal 63 140 5 57 0 137 76 132 132 24
Binary 110011 1100000 101 101111 0 1011111 111110 1011010 1011010 10100

Color Harmonies of #336005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336005

Black with #336005

Text Example


Text Example

White with #336005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336005; }

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

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

background-color css

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

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

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

border-color css

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

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

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