Html Css Color HEX #336101 Verdun Green

📋 copy color: '#336101'

red 51 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #336101

Tints of Verdun Green #336101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 34.23%
G = 65.1%
B = 0.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#336101 (or 0x336101) is known color: Verdun Green. HEX triplet: 33, 61 and 01. RGB value is (51,97,1). Sum of RGB (Red+Green+Blue) = 51+97+1=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #336101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336101 is #CC9EFE. Grayscale: #484848. Windows color (decimal): -13410047 or 90419. OLE color: 90419.

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

Color convert

RGB 51 97 1 -
CMYK 0.47 0 0.99 0.62
HSL 88.75º 0.98% 0.19% -
HSV(B) 88.75º 0.99% 0.38% -
XYZ 5.65 9.26 1.52 -
YUV 72.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 51 97 1 0.47 0 0.99 0.62 88.75 0.98 0.19
Hex 33 61 1 2F 0 63 3E 59 62 13
Octal 63 141 1 57 0 143 76 131 142 23
Binary 110011 1100001 1 101111 0 1100011 111110 1011001 1100010 10011

Color Harmonies of #336101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336101

Black with #336101

Text Example


Text Example

White with #336101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336101; }

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

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

background-color css

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

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

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

border-color css

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

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

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