Html Css Color HEX #355501 Verdun Green

📋 copy color: '#355501'

red 53 ◦ green 85 ◦ blue 1

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

Shades of Verdun Green #355501

Tints of Verdun Green #355501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 38.13%
G = 61.15%
B = 0.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#355501 (or 0x355501) is known color: Verdun Green. HEX triplet: 35, 55 and 01. RGB value is (53,85,1). Sum of RGB (Red+Green+Blue) = 53+85+1=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #355501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355501 is #CAAAFE. Grayscale: #424242. Windows color (decimal): -13282047 or 87349. OLE color: 87349.

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

Color convert

RGB 53 85 1 -
CMYK 0.38 0 0.99 0.67
HSL 82.86º 0.98% 0.17% -
HSV(B) 82.86º 0.99% 0.33% -
XYZ 4.72 7.26 1.18 -
YUV 65.86 91.4 118.83 -
System Red Green Blue C M Y K H S L
Decimal 53 85 1 0.38 0 0.99 0.67 82.86 0.98 0.17
Hex 35 55 1 26 0 63 43 53 62 11
Octal 65 125 1 46 0 143 103 123 142 21
Binary 110101 1010101 1 100110 0 1100011 1000011 1010011 1100010 10001

Color Harmonies of #355501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355501

Black with #355501

Text Example


Text Example

White with #355501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355501; }

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

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

background-color css

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

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

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

border-color css

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

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

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