Html Css Color HEX #336007 Verdun Green

📋 copy color: '#336007'

red 51 ◦ green 96 ◦ blue 7

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

Shades of Verdun Green #336007

Tints of Verdun Green #336007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.55%

R = 33.12%
G = 62.34%
B = 4.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#336007 (or 0x336007) is known color: Verdun Green. HEX triplet: 33, 60 and 07. RGB value is (51,96,7). Sum of RGB (Red+Green+Blue) = 51+96+7=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #336007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336007 is #CC9FF8. Grayscale: #484848. Windows color (decimal): -13410297 or 483379. OLE color: 483379.

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

Color convert

RGB 51 96 7 -
CMYK 0.47 0 0.93 0.62
HSL 90.34º 0.86% 0.2% -
HSV(B) 90.34º 0.93% 0.38% -
XYZ 5.59 9.08 1.66 -
YUV 72.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 51 96 7 0.47 0 0.93 0.62 90.34 0.86 0.2
Hex 33 60 7 2F 0 5D 3E 5A 56 14
Octal 63 140 7 57 0 135 76 132 126 24
Binary 110011 1100000 111 101111 0 1011101 111110 1011010 1010110 10100

Color Harmonies of #336007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336007

Black with #336007

Text Example


Text Example

White with #336007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336007; }

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

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

background-color css

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

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

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

border-color css

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

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

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