Html Css Color HEX #375813 Verdun Green

📋 copy color: '#375813'

red 55 ◦ green 88 ◦ blue 19

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

Shades of Verdun Green #375813

Tints of Verdun Green #375813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.32%

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

R = 33.95%
G = 54.32%
B = 11.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#375813 (or 0x375813) is known color: Verdun Green. HEX triplet: 37, 58 and 13. RGB value is (55,88,19). Sum of RGB (Red+Green+Blue) = 55+88+19=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #375813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375813 is #C8A7EC. Grayscale: #464646. Windows color (decimal): -13150189 or 1267767. OLE color: 1267767.

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

Color convert

RGB 55 88 19 -
CMYK 0.38 0 0.78 0.65
HSL 88.7º 0.64% 0.21% -
HSV(B) 88.7º 0.78% 0.35% -
XYZ 5.18 7.84 1.86 -
YUV 70.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 55 88 19 0.38 0 0.78 0.65 88.7 0.64 0.21
Hex 37 58 13 26 0 4E 41 59 40 15
Octal 67 130 23 46 0 116 101 131 100 25
Binary 110111 1011000 10011 100110 0 1001110 1000001 1011001 1000000 10101

Color Harmonies of #375813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375813

Black with #375813

Text Example


Text Example

White with #375813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375813; }

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

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

background-color css

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

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

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

border-color css

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

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

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