Html Css Color HEX #355A05 Verdun Green

📋 copy color: '#355A05'

red 53 ◦ green 90 ◦ blue 5

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

Shades of Verdun Green #355A05

Tints of Verdun Green #355A05

RGB

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

 GREEN value IS 90 (35.55% from 255) = 60.81%

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

R = 35.81%
G = 60.81%
B = 3.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#355A05 (or 0x355A05) is known color: Verdun Green. HEX triplet: 35, 5A and 05. RGB value is (53,90,5). Sum of RGB (Red+Green+Blue) = 53+90+5=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #355A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355A05 is #CAA5FA. Grayscale: #454545. Windows color (decimal): -13280763 or 350773. OLE color: 350773.

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

Color convert

RGB 53 90 5 -
CMYK 0.41 0 0.94 0.65
HSL 86.12º 0.89% 0.19% -
HSV(B) 86.12º 0.94% 0.35% -
XYZ 5.15 8.08 1.43 -
YUV 69.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 53 90 5 0.41 0 0.94 0.65 86.12 0.89 0.19
Hex 35 5A 5 29 0 5E 41 56 59 13
Octal 65 132 5 51 0 136 101 126 131 23
Binary 110101 1011010 101 101001 0 1011110 1000001 1010110 1011001 10011

Color Harmonies of #355A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A05

Black with #355A05

Text Example


Text Example

White with #355A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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