Html Css Color HEX #335503 Verdun Green

📋 copy color: '#335503'

red 51 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #335503

Tints of Verdun Green #335503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 61.15%

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

R = 36.69%
G = 61.15%
B = 2.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#335503 (or 0x335503) is known color: Verdun Green. HEX triplet: 33, 55 and 03. RGB value is (51,85,3). Sum of RGB (Red+Green+Blue) = 51+85+3=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #335503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335503 is #CCAAFC. Grayscale: #414141. Windows color (decimal): -13413117 or 218419. OLE color: 218419.

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

Color convert

RGB 51 85 3 -
CMYK 0.40 0 0.96 0.67
HSL 84.88º 0.93% 0.17% -
HSV(B) 84.88º 0.96% 0.33% -
XYZ 4.63 7.21 1.23 -
YUV 65.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 51 85 3 0.40 0 0.96 0.67 84.88 0.93 0.17
Hex 33 55 3 28 0 60 43 55 5D 11
Octal 63 125 3 50 0 140 103 125 135 21
Binary 110011 1010101 11 101000 0 1100000 1000011 1010101 1011101 10001

Color Harmonies of #335503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335503

Black with #335503

Text Example


Text Example

White with #335503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335503; }

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

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

background-color css

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

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

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

border-color css

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

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

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