Html Css Color HEX #355805 Verdun Green

📋 copy color: '#355805'

red 53 ◦ green 88 ◦ blue 5

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

Shades of Verdun Green #355805

Tints of Verdun Green #355805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 60.27%

 BLUE value IS 5 (2.34% from 255) = 3.42%

R = 36.3%
G = 60.27%
B = 3.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#355805 (or 0x355805) is known color: Verdun Green. HEX triplet: 35, 58 and 05. RGB value is (53,88,5). Sum of RGB (Red+Green+Blue) = 53+88+5=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #355805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355805 is #CAA7FA. Grayscale: #444444. Windows color (decimal): -13281275 or 350261. OLE color: 350261.

HSL color Cylindrical-coordinate representation of color #355805: hue angle of 85.3º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #355805 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 5 -
CMYK 0.40 0 0.94 0.65
HSL 85.3º 0.89% 0.18% -
HSV(B) 85.3º 0.94% 0.35% -
XYZ 4.99 7.75 1.38 -
YUV 68.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 53 88 5 0.40 0 0.94 0.65 85.3 0.89 0.18
Hex 35 58 5 28 0 5E 41 55 59 12
Octal 65 130 5 50 0 136 101 125 131 22
Binary 110101 1011000 101 101000 0 1011110 1000001 1010101 1011001 10010

Color Harmonies of #355805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355805

Black with #355805

Text Example


Text Example

White with #355805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355805; }

 p { color: rgb(53,88,5); }

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

background-color css

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

 a { background-color: rgb(53,88,5); }

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

border-color css

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

 span { border-color: rgb(53,88,5); }

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