Html Css Color HEX #355B11 Verdun Green

📋 copy color: '#355B11'

red 53 ◦ green 91 ◦ blue 17

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

Shades of Verdun Green #355B11

Tints of Verdun Green #355B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 56.52%

 BLUE value IS 17 (7.03% from 255) = 10.56%

R = 32.92%
G = 56.52%
B = 10.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#355B11 (or 0x355B11) is known color: Verdun Green. HEX triplet: 35, 5B and 11. RGB value is (53,91,17). Sum of RGB (Red+Green+Blue) = 53+91+17=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 91 (35.94% from 255 or 56.52% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 91 - color contains mainly: green. Hex color #355B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355B11 is #CAA4EE. Grayscale: #474747. Windows color (decimal): -13280495 or 1137461. OLE color: 1137461.

HSL color Cylindrical-coordinate representation of color #355B11: hue angle of 90.81º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #355B11 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 91 17 -
CMYK 0.42 0 0.81 0.64
HSL 90.81º 0.69% 0.21% -
HSV(B) 90.81º 0.81% 0.36% -
XYZ 5.31 8.28 1.85 -
YUV 71.2 97.41 115.02 -
System Red Green Blue C M Y K H S L
Decimal 53 91 17 0.42 0 0.81 0.64 90.81 0.69 0.21
Hex 35 5B 11 2A 0 51 40 5B 45 15
Octal 65 133 21 52 0 121 100 133 105 25
Binary 110101 1011011 10001 101010 0 1010001 1000000 1011011 1000101 10101

Color Harmonies of #355B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B11

Black with #355B11

Text Example


Text Example

White with #355B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,91,17); }

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

background-color css

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

 a { background-color: rgb(53,91,17); }

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

border-color css

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

 span { border-color: rgb(53,91,17); }

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