Html Css Color HEX #375911 Verdun Green

📋 copy color: '#375911'

red 55 ◦ green 89 ◦ blue 17

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

Shades of Verdun Green #375911

Tints of Verdun Green #375911

RGB

 RED value IS 55 (21.88% from 255) = 34.16%

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

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

R = 34.16%
G = 55.28%
B = 10.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#375911 (or 0x375911) is known color: Verdun Green. HEX triplet: 37, 59 and 11. RGB value is (55,89,17). Sum of RGB (Red+Green+Blue) = 55+89+17=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #375911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375911 is #C8A6EE. Grayscale: #464646. Windows color (decimal): -13149935 or 1136951. OLE color: 1136951.

HSL color Cylindrical-coordinate representation of color #375911: hue angle of 88.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #375911 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 89 17 -
CMYK 0.38 0 0.81 0.65
HSL 88.33º 0.68% 0.21% -
HSV(B) 88.33º 0.81% 0.35% -
XYZ 5.25 8 1.8 -
YUV 70.63 97.74 116.85 -
System Red Green Blue C M Y K H S L
Decimal 55 89 17 0.38 0 0.81 0.65 88.33 0.68 0.21
Hex 37 59 11 26 0 51 41 58 44 15
Octal 67 131 21 46 0 121 101 130 104 25
Binary 110111 1011001 10001 100110 0 1010001 1000001 1011000 1000100 10101

Color Harmonies of #375911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375911

Black with #375911

Text Example


Text Example

White with #375911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375911; }

 p { color: rgb(55,89,17); }

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

background-color css

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

 a { background-color: rgb(55,89,17); }

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

border-color css

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

 span { border-color: rgb(55,89,17); }

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