Html Css Color HEX #355904 Verdun Green

📋 copy color: '#355904'

red 53 ◦ green 89 ◦ blue 4

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

Shades of Verdun Green #355904

Tints of Verdun Green #355904

RGB

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

 GREEN value IS 89 (35.16% from 255) = 60.96%

 BLUE value IS 4 (1.95% from 255) = 2.74%

R = 36.3%
G = 60.96%
B = 2.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#355904 (or 0x355904) is known color: Verdun Green. HEX triplet: 35, 59 and 04. RGB value is (53,89,4). Sum of RGB (Red+Green+Blue) = 53+89+4=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #355904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355904 is #CAA6FB. Grayscale: #444444. Windows color (decimal): -13281020 or 284981. OLE color: 284981.

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

Color convert

RGB 53 89 4 -
CMYK 0.40 0 0.96 0.65
HSL 85.41º 0.91% 0.18% -
HSV(B) 85.41º 0.96% 0.35% -
XYZ 5.06 7.91 1.37 -
YUV 68.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 53 89 4 0.40 0 0.96 0.65 85.41 0.91 0.18
Hex 35 59 4 28 0 60 41 55 5B 12
Octal 65 131 4 50 0 140 101 125 133 22
Binary 110101 1011001 100 101000 0 1100000 1000001 1010101 1011011 10010

Color Harmonies of #355904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355904

Black with #355904

Text Example


Text Example

White with #355904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355904; }

 p { color: rgb(53,89,4); }

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

background-color css

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

 a { background-color: rgb(53,89,4); }

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

border-color css

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

 span { border-color: rgb(53,89,4); }

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