Html Css Color HEX #355A0C Verdun Green

📋 copy color: '#355A0C'

red 53 ◦ green 90 ◦ blue 12

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

Shades of Verdun Green #355A0C

Tints of Verdun Green #355A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 34.19%
G = 58.06%
B = 7.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#355A0C (or 0x355A0C) is known color: Verdun Green. HEX triplet: 35, 5A and 0C. RGB value is (53,90,12). Sum of RGB (Red+Green+Blue) = 53+90+12=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #355A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355A0C is #CAA5F3. Grayscale: #464646. Windows color (decimal): -13280756 or 809525. OLE color: 809525.

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

Color convert

RGB 53 90 12 -
CMYK 0.41 0 0.87 0.65
HSL 88.46º 0.76% 0.2% -
HSV(B) 88.46º 0.87% 0.35% -
XYZ 5.19 8.1 1.64 -
YUV 70.05 95.24 115.84 -
System Red Green Blue C M Y K H S L
Decimal 53 90 12 0.41 0 0.87 0.65 88.46 0.76 0.2
Hex 35 5A C 29 0 57 41 58 4C 14
Octal 65 132 14 51 0 127 101 130 114 24
Binary 110101 1011010 1100 101001 0 1010111 1000001 1011000 1001100 10100

Color Harmonies of #355A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355A0C

Black with #355A0C

Text Example


Text Example

White with #355A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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