Html Css Color HEX #375513 Verdun Green

📋 copy color: '#375513'

red 55 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #375513

Tints of Verdun Green #375513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.46%

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

R = 34.59%
G = 53.46%
B = 11.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#375513 (or 0x375513) is known color: Verdun Green. HEX triplet: 37, 55 and 13. RGB value is (55,85,19). Sum of RGB (Red+Green+Blue) = 55+85+19=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #375513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375513 is #C8AAEC. Grayscale: #444444. Windows color (decimal): -13150957 or 1266999. OLE color: 1266999.

HSL color Cylindrical-coordinate representation of color #375513: hue angle of 87.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375513 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 19 -
CMYK 0.35 0 0.78 0.67
HSL 87.27º 0.63% 0.2% -
HSV(B) 87.27º 0.78% 0.33% -
XYZ 4.94 7.36 1.78 -
YUV 68.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 55 85 19 0.35 0 0.78 0.67 87.27 0.63 0.2
Hex 37 55 13 23 0 4E 43 57 3F 14
Octal 67 125 23 43 0 116 103 127 77 24
Binary 110111 1010101 10011 100011 0 1001110 1000011 1010111 111111 10100

Color Harmonies of #375513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375513

Black with #375513

Text Example


Text Example

White with #375513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375513; }

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

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

background-color css

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

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

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

border-color css

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

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

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