Html Css Color HEX #355707 Verdun Green

📋 copy color: '#355707'

red 53 ◦ green 87 ◦ blue 7

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

Shades of Verdun Green #355707

Tints of Verdun Green #355707

RGB

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

 GREEN value IS 87 (34.38% from 255) = 59.18%

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

R = 36.05%
G = 59.18%
B = 4.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#355707 (or 0x355707) is known color: Verdun Green. HEX triplet: 35, 57 and 07. RGB value is (53,87,7). Sum of RGB (Red+Green+Blue) = 53+87+7=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #355707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355707 is #CAA8F8. Grayscale: #434343. Windows color (decimal): -13281529 or 481077. OLE color: 481077.

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

Color convert

RGB 53 87 7 -
CMYK 0.39 0 0.92 0.66
HSL 85.5º 0.85% 0.18% -
HSV(B) 85.5º 0.92% 0.34% -
XYZ 4.91 7.59 1.41 -
YUV 67.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 53 87 7 0.39 0 0.92 0.66 85.5 0.85 0.18
Hex 35 57 7 27 0 5C 42 56 55 12
Octal 65 127 7 47 0 134 102 126 125 22
Binary 110101 1010111 111 100111 0 1011100 1000010 1010110 1010101 10010

Color Harmonies of #355707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355707

Black with #355707

Text Example


Text Example

White with #355707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355707; }

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

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

background-color css

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

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

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

border-color css

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

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

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