Html Css Color HEX #355703 Verdun Green

📋 copy color: '#355703'

red 53 ◦ green 87 ◦ blue 3

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

Shades of Verdun Green #355703

Tints of Verdun Green #355703

RGB

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

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

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

R = 37.06%
G = 60.84%
B = 2.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#355703 (or 0x355703) is known color: Verdun Green. HEX triplet: 35, 57 and 03. RGB value is (53,87,3). Sum of RGB (Red+Green+Blue) = 53+87+3=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 87 (34.38% from 255 or 60.84% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 87 - color contains mainly: green. Hex color #355703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355703 is #CAA8FC. Grayscale: #434343. Windows color (decimal): -13281533 or 218933. OLE color: 218933.

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

Color convert

RGB 53 87 3 -
CMYK 0.39 0 0.97 0.66
HSL 84.29º 0.93% 0.18% -
HSV(B) 84.29º 0.97% 0.34% -
XYZ 4.89 7.58 1.29 -
YUV 67.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 53 87 3 0.39 0 0.97 0.66 84.29 0.93 0.18
Hex 35 57 3 27 0 61 42 54 5D 12
Octal 65 127 3 47 0 141 102 124 135 22
Binary 110101 1010111 11 100111 0 1100001 1000010 1010100 1011101 10010

Color Harmonies of #355703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355703

Black with #355703

Text Example


Text Example

White with #355703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355703; }

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

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

background-color css

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

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

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

border-color css

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

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

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