Html Css Color HEX #355F10 Verdun Green

📋 copy color: '#355F10'

red 53 ◦ green 95 ◦ blue 16

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

Shades of Verdun Green #355F10

Tints of Verdun Green #355F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.93%

 BLUE value IS 16 (6.64% from 255) = 9.76%

R = 32.32%
G = 57.93%
B = 9.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.63

RGB Variations

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

Color information

#355F10 (or 0x355F10) is known color: Verdun Green. HEX triplet: 35, 5F and 10. RGB value is (53,95,16). Sum of RGB (Red+Green+Blue) = 53+95+16=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 95 (37.5% from 255 or 57.93% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 95 - color contains mainly: green. Hex color #355F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355F10 is #CAA0EF. Grayscale: #494949. Windows color (decimal): -13279472 or 1072949. OLE color: 1072949.

HSL color Cylindrical-coordinate representation of color #355F10: hue angle of 91.9º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #355F10 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 95 16 -
CMYK 0.44 0 0.83 0.63
HSL 91.9º 0.71% 0.22% -
HSV(B) 91.9º 0.83% 0.37% -
XYZ 5.65 8.98 1.93 -
YUV 73.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 53 95 16 0.44 0 0.83 0.63 91.9 0.71 0.22
Hex 35 5F 10 2C 0 53 3F 5C 47 16
Octal 65 137 20 54 0 123 77 134 107 26
Binary 110101 1011111 10000 101100 0 1010011 111111 1011100 1000111 10110

Color Harmonies of #355F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F10

Black with #355F10

Text Example


Text Example

White with #355F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,95,16); }

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

background-color css

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

 a { background-color: rgb(53,95,16); }

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

border-color css

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

 span { border-color: rgb(53,95,16); }

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