Html Css Color HEX #355504 Verdun Green

📋 copy color: '#355504'

red 53 ◦ green 85 ◦ blue 4

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

Shades of Verdun Green #355504

Tints of Verdun Green #355504

RGB

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

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

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

R = 37.32%
G = 59.86%
B = 2.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#355504 (or 0x355504) is known color: Verdun Green. HEX triplet: 35, 55 and 04. RGB value is (53,85,4). Sum of RGB (Red+Green+Blue) = 53+85+4=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #355504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355504 is #CAAAFB. Grayscale: #424242. Windows color (decimal): -13282044 or 283957. OLE color: 283957.

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

Color convert

RGB 53 85 4 -
CMYK 0.38 0 0.95 0.67
HSL 83.7º 0.91% 0.17% -
HSV(B) 83.7º 0.95% 0.33% -
XYZ 4.74 7.26 1.27 -
YUV 66.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 53 85 4 0.38 0 0.95 0.67 83.7 0.91 0.17
Hex 35 55 4 26 0 5F 43 54 5B 11
Octal 65 125 4 46 0 137 103 124 133 21
Binary 110101 1010101 100 100110 0 1011111 1000011 1010100 1011011 10001

Color Harmonies of #355504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355504

Black with #355504

Text Example


Text Example

White with #355504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355504; }

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

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

background-color css

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

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

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

border-color css

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

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

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