Html Css Color HEX #336000 Verdun Green

📋 copy color: '#336000'

red 51 ◦ green 96 ◦ blue 0

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

Shades of Verdun Green #336000

Tints of Verdun Green #336000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.69%
G = 65.31%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#336000 (or 0x336000) is known color: Verdun Green. HEX triplet: 33, 60 and 00. RGB value is (51,96,0). Sum of RGB (Red+Green+Blue) = 51+96+0=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #336000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336000 is #CC9FFF. Grayscale: #474747. Windows color (decimal): -13410304 or 24627. OLE color: 24627.

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

Color convert

RGB 51 96 0 -
CMYK 0.47 0 1 0.62
HSL 88.13º 1% 0.19% -
HSV(B) 88.13º 1% 0.38% -
XYZ 5.55 9.07 1.46 -
YUV 71.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 51 96 0 0.47 0 1 0.62 88.13 1 0.19
Hex 33 60 0 2F 0 64 3E 58 64 13
Octal 63 140 0 57 0 144 76 130 144 23
Binary 110011 1100000 0 101111 0 1100100 111110 1011000 1100100 10011

Color Harmonies of #336000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336000

Black with #336000

Text Example


Text Example

White with #336000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336000; }

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

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

background-color css

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

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

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

border-color css

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

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

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