Html Css Color HEX #336102 Verdun Green

📋 copy color: '#336102'

red 51 ◦ green 97 ◦ blue 2

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

Shades of Verdun Green #336102

Tints of Verdun Green #336102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 64.67%

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

R = 34%
G = 64.67%
B = 1.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#336102 (or 0x336102) is known color: Verdun Green. HEX triplet: 33, 61 and 02. RGB value is (51,97,2). Sum of RGB (Red+Green+Blue) = 51+97+2=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #336102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336102 is #CC9EFD. Grayscale: #484848. Windows color (decimal): -13410046 or 155955. OLE color: 155955.

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

Color convert

RGB 51 97 2 -
CMYK 0.47 0 0.98 0.62
HSL 89.05º 0.96% 0.19% -
HSV(B) 89.05º 0.98% 0.38% -
XYZ 5.65 9.26 1.55 -
YUV 72.42 88.26 112.72 -
System Red Green Blue C M Y K H S L
Decimal 51 97 2 0.47 0 0.98 0.62 89.05 0.96 0.19
Hex 33 61 2 2F 0 62 3E 59 60 13
Octal 63 141 2 57 0 142 76 131 140 23
Binary 110011 1100001 10 101111 0 1100010 111110 1011001 1100000 10011

Color Harmonies of #336102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336102

Black with #336102

Text Example


Text Example

White with #336102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336102; }

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

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

background-color css

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

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

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

border-color css

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

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

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