Html Css Color HEX #336602 Verdun Green

📋 copy color: '#336602'

red 51 ◦ green 102 ◦ blue 2

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

Shades of Verdun Green #336602

Tints of Verdun Green #336602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 65.81%

 BLUE value IS 2 (1.17% from 255) = 1.29%

R = 32.9%
G = 65.81%
B = 1.29%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#336602 (or 0x336602) is known color: Verdun Green. HEX triplet: 33, 66 and 02. RGB value is (51,102,2). Sum of RGB (Red+Green+Blue) = 51+102+2=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #336602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336602 is #CC99FD. Grayscale: #4B4B4B. Windows color (decimal): -13408766 or 157235. OLE color: 157235.

HSL color Cylindrical-coordinate representation of color #336602: hue angle of 90.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #336602 is Cyan = 0.5, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 102 2 -
CMYK 0.5 0 0.98 0.6
HSL 90.6º 0.96% 0.2% -
HSV(B) 90.6º 0.98% 0.4% -
XYZ 6.13 10.21 1.71 -
YUV 75.35 86.6 110.63 -
System Red Green Blue C M Y K H S L
Decimal 51 102 2 0.5 0 0.98 0.6 90.6 0.96 0.2
Hex 33 66 2 32 0 62 3C 5B 60 14
Octal 63 146 2 62 0 142 74 133 140 24
Binary 110011 1100110 10 110010 0 1100010 111100 1011011 1100000 10100

Color Harmonies of #336602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336602

Black with #336602

Text Example


Text Example

White with #336602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336602; }

 p { color: rgb(51,102,2); }

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

background-color css

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

 a { background-color: rgb(51,102,2); }

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

border-color css

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

 span { border-color: rgb(51,102,2); }

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