Html Css Color HEX #375713 Verdun Green

📋 copy color: '#375713'

red 55 ◦ green 87 ◦ blue 19

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

Shades of Verdun Green #375713

Tints of Verdun Green #375713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.04%

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

R = 34.16%
G = 54.04%
B = 11.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#375713 (or 0x375713) is known color: Verdun Green. HEX triplet: 37, 57 and 13. RGB value is (55,87,19). Sum of RGB (Red+Green+Blue) = 55+87+19=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #375713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375713 is #C8A8EC. Grayscale: #454545. Windows color (decimal): -13150445 or 1267511. OLE color: 1267511.

HSL color Cylindrical-coordinate representation of color #375713: hue angle of 88.24º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375713 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 87 19 -
CMYK 0.37 0 0.78 0.66
HSL 88.24º 0.64% 0.21% -
HSV(B) 88.24º 0.78% 0.34% -
XYZ 5.1 7.68 1.83 -
YUV 69.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 55 87 19 0.37 0 0.78 0.66 88.24 0.64 0.21
Hex 37 57 13 25 0 4E 42 58 40 15
Octal 67 127 23 45 0 116 102 130 100 25
Binary 110111 1010111 10011 100101 0 1001110 1000010 1011000 1000000 10101

Color Harmonies of #375713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375713

Black with #375713

Text Example


Text Example

White with #375713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375713; }

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

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

background-color css

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

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

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

border-color css

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

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

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