Html Css Color HEX #336103 Verdun Green

📋 copy color: '#336103'

red 51 ◦ green 97 ◦ blue 3

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

Shades of Verdun Green #336103

Tints of Verdun Green #336103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.99%

R = 33.77%
G = 64.24%
B = 1.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#336103 (or 0x336103) is known color: Verdun Green. HEX triplet: 33, 61 and 03. RGB value is (51,97,3). Sum of RGB (Red+Green+Blue) = 51+97+3=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #336103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336103 is #CC9EFC. Grayscale: #484848. Windows color (decimal): -13410045 or 221491. OLE color: 221491.

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

Color convert

RGB 51 97 3 -
CMYK 0.47 0 0.97 0.62
HSL 89.36º 0.94% 0.2% -
HSV(B) 89.36º 0.97% 0.38% -
XYZ 5.66 9.26 1.58 -
YUV 72.53 88.76 112.64 -
System Red Green Blue C M Y K H S L
Decimal 51 97 3 0.47 0 0.97 0.62 89.36 0.94 0.2
Hex 33 61 3 2F 0 61 3E 59 5E 14
Octal 63 141 3 57 0 141 76 131 136 24
Binary 110011 1100001 11 101111 0 1100001 111110 1011001 1011110 10100

Color Harmonies of #336103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336103

Black with #336103

Text Example


Text Example

White with #336103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336103; }

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

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

background-color css

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

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

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

border-color css

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

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

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