Html Css Color HEX #375213 Verdun Green

📋 copy color: '#375213'

red 55 ◦ green 82 ◦ blue 19

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

Shades of Verdun Green #375213

Tints of Verdun Green #375213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.56%

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

R = 35.26%
G = 52.56%
B = 12.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#375213 (or 0x375213) is known color: Verdun Green. HEX triplet: 37, 52 and 13. RGB value is (55,82,19). Sum of RGB (Red+Green+Blue) = 55+82+19=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #375213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375213 is #C8ADEC. Grayscale: #424242. Windows color (decimal): -13151725 or 1266231. OLE color: 1266231.

HSL color Cylindrical-coordinate representation of color #375213: hue angle of 85.71º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375213 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 19 -
CMYK 0.33 0 0.77 0.68
HSL 85.71º 0.62% 0.2% -
HSV(B) 85.71º 0.77% 0.32% -
XYZ 4.71 6.89 1.7 -
YUV 66.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 55 82 19 0.33 0 0.77 0.68 85.71 0.62 0.2
Hex 37 52 13 21 0 4D 44 56 3E 14
Octal 67 122 23 41 0 115 104 126 76 24
Binary 110111 1010010 10011 100001 0 1001101 1000100 1010110 111110 10100

Color Harmonies of #375213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375213

Black with #375213

Text Example


Text Example

White with #375213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375213; }

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

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

background-color css

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

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

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

border-color css

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

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

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