Html Css Color HEX #375913 Verdun Green

📋 copy color: '#375913'

red 55 ◦ green 89 ◦ blue 19

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

Shades of Verdun Green #375913

Tints of Verdun Green #375913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.66%

R = 33.74%
G = 54.6%
B = 11.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#375913 (or 0x375913) is known color: Verdun Green. HEX triplet: 37, 59 and 13. RGB value is (55,89,19). Sum of RGB (Red+Green+Blue) = 55+89+19=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #375913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375913 is #C8A6EC. Grayscale: #474747. Windows color (decimal): -13149933 or 1268023. OLE color: 1268023.

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

Color convert

RGB 55 89 19 -
CMYK 0.38 0 0.79 0.65
HSL 89.14º 0.65% 0.21% -
HSV(B) 89.14º 0.79% 0.35% -
XYZ 5.27 8 1.88 -
YUV 70.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 55 89 19 0.38 0 0.79 0.65 89.14 0.65 0.21
Hex 37 59 13 26 0 4F 41 59 41 15
Octal 67 131 23 46 0 117 101 131 101 25
Binary 110111 1011001 10011 100110 0 1001111 1000001 1011001 1000001 10101

Color Harmonies of #375913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375913

Black with #375913

Text Example


Text Example

White with #375913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375913; }

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

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

background-color css

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

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

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

border-color css

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

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

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