Html Css Color HEX #335C02 Verdun Green

📋 copy color: '#335C02'

red 51 ◦ green 92 ◦ blue 2

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

Shades of Verdun Green #335C02

Tints of Verdun Green #335C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 63.45%

 BLUE value IS 2 (1.17% from 255) = 1.38%

R = 35.17%
G = 63.45%
B = 1.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#335C02 (or 0x335C02) is known color: Verdun Green. HEX triplet: 33, 5C and 02. RGB value is (51,92,2). Sum of RGB (Red+Green+Blue) = 51+92+2=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #335C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335C02 is #CCA3FD. Grayscale: #454545. Windows color (decimal): -13411326 or 154675. OLE color: 154675.

HSL color Cylindrical-coordinate representation of color #335C02: hue angle of 87.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #335C02 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 92 2 -
CMYK 0.45 0 0.98 0.64
HSL 87.33º 0.96% 0.18% -
HSV(B) 87.33º 0.98% 0.36% -
XYZ 5.2 8.36 1.4 -
YUV 69.48 89.92 114.82 -
System Red Green Blue C M Y K H S L
Decimal 51 92 2 0.45 0 0.98 0.64 87.33 0.96 0.18
Hex 33 5C 2 2D 0 62 40 57 60 12
Octal 63 134 2 55 0 142 100 127 140 22
Binary 110011 1011100 10 101101 0 1100010 1000000 1010111 1100000 10010

Color Harmonies of #335C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C02

Black with #335C02

Text Example


Text Example

White with #335C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335C02; }

 p { color: rgb(51,92,2); }

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

background-color css

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

 a { background-color: rgb(51,92,2); }

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

border-color css

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

 span { border-color: rgb(51,92,2); }

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