Html Css Color HEX #355405 Verdun Green

📋 copy color: '#355405'

red 53 ◦ green 84 ◦ blue 5

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

Shades of Verdun Green #355405

Tints of Verdun Green #355405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 59.15%

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

R = 37.32%
G = 59.15%
B = 3.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#355405 (or 0x355405) is known color: Verdun Green. HEX triplet: 35, 54 and 05. RGB value is (53,84,5). Sum of RGB (Red+Green+Blue) = 53+84+5=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 84 (33.20% from 255 or 59.15% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 84 - color contains mainly: green. Hex color #355405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355405 is #CAABFA. Grayscale: #424242. Windows color (decimal): -13282299 or 349237. OLE color: 349237.

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

Color convert

RGB 53 84 5 -
CMYK 0.37 0 0.94 0.67
HSL 83.54º 0.89% 0.17% -
HSV(B) 83.54º 0.94% 0.33% -
XYZ 4.67 7.11 1.27 -
YUV 65.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 53 84 5 0.37 0 0.94 0.67 83.54 0.89 0.17
Hex 35 54 5 25 0 5E 43 54 59 11
Octal 65 124 5 45 0 136 103 124 131 21
Binary 110101 1010100 101 100101 0 1011110 1000011 1010100 1011001 10001

Color Harmonies of #355405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355405

Black with #355405

Text Example


Text Example

White with #355405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355405; }

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

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

background-color css

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

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

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

border-color css

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

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

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