Html Css Color HEX #335302 Verdun Green

📋 copy color: '#335302'

red 51 ◦ green 83 ◦ blue 2

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

Shades of Verdun Green #335302

Tints of Verdun Green #335302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.03%

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

R = 37.5%
G = 61.03%
B = 1.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#335302 (or 0x335302) is known color: Verdun Green. HEX triplet: 33, 53 and 02. RGB value is (51,83,2). Sum of RGB (Red+Green+Blue) = 51+83+2=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #335302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335302 is #CCACFD. Grayscale: #404040. Windows color (decimal): -13413630 or 152371. OLE color: 152371.

HSL color Cylindrical-coordinate representation of color #335302: hue angle of 83.7º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #335302 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 83 2 -
CMYK 0.39 0 0.98 0.67
HSL 83.7º 0.95% 0.17% -
HSV(B) 83.7º 0.98% 0.33% -
XYZ 4.47 6.89 1.15 -
YUV 64.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 51 83 2 0.39 0 0.98 0.67 83.7 0.95 0.17
Hex 33 53 2 27 0 62 43 54 5F 11
Octal 63 123 2 47 0 142 103 124 137 21
Binary 110011 1010011 10 100111 0 1100010 1000011 1010100 1011111 10001

Color Harmonies of #335302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335302

Black with #335302

Text Example


Text Example

White with #335302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335302; }

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

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

background-color css

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

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

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

border-color css

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

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

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