Html Css Color HEX #355507 Verdun Green

📋 copy color: '#355507'

red 53 ◦ green 85 ◦ blue 7

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

Shades of Verdun Green #355507

Tints of Verdun Green #355507

RGB

 RED value IS 53 (21.09% from 255) = 36.55%

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

 BLUE value IS 7 (3.13% from 255) = 4.83%

R = 36.55%
G = 58.62%
B = 4.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#355507 (or 0x355507) is known color: Verdun Green. HEX triplet: 35, 55 and 07. RGB value is (53,85,7). Sum of RGB (Red+Green+Blue) = 53+85+7=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #355507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355507 is #CAAAF8. Grayscale: #424242. Windows color (decimal): -13282041 or 480565. OLE color: 480565.

HSL color Cylindrical-coordinate representation of color #355507: hue angle of 84.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #355507 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 7 -
CMYK 0.38 0 0.92 0.67
HSL 84.62º 0.85% 0.18% -
HSV(B) 84.62º 0.92% 0.33% -
XYZ 4.76 7.27 1.35 -
YUV 66.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 53 85 7 0.38 0 0.92 0.67 84.62 0.85 0.18
Hex 35 55 7 26 0 5C 43 55 55 12
Octal 65 125 7 46 0 134 103 125 125 22
Binary 110101 1010101 111 100110 0 1011100 1000011 1010101 1010101 10010

Color Harmonies of #355507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355507

Black with #355507

Text Example


Text Example

White with #355507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355507; }

 p { color: rgb(53,85,7); }

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

background-color css

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

 a { background-color: rgb(53,85,7); }

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

border-color css

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

 span { border-color: rgb(53,85,7); }

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