Html Css Color HEX #335901 Verdun Green

📋 copy color: '#335901'

red 51 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #335901

Tints of Verdun Green #335901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 63.12%

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

R = 36.17%
G = 63.12%
B = 0.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#335901 (or 0x335901) is known color: Verdun Green. HEX triplet: 33, 59 and 01. RGB value is (51,89,1). Sum of RGB (Red+Green+Blue) = 51+89+1=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #335901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335901 is #CCA6FE. Grayscale: #434343. Windows color (decimal): -13412095 or 88371. OLE color: 88371.

HSL color Cylindrical-coordinate representation of color #335901: hue angle of 85.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #335901 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 89 1 -
CMYK 0.43 0 0.99 0.65
HSL 85.91º 0.98% 0.18% -
HSV(B) 85.91º 0.99% 0.35% -
XYZ 4.94 7.85 1.28 -
YUV 67.61 90.41 116.16 -
System Red Green Blue C M Y K H S L
Decimal 51 89 1 0.43 0 0.99 0.65 85.91 0.98 0.18
Hex 33 59 1 2B 0 63 41 56 62 12
Octal 63 131 1 53 0 143 101 126 142 22
Binary 110011 1011001 1 101011 0 1100011 1000001 1010110 1100010 10010

Color Harmonies of #335901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335901

Black with #335901

Text Example


Text Example

White with #335901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335901; }

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

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

background-color css

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

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

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

border-color css

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

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

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