Html Css Color HEX #375410 Verdun Green

📋 copy color: '#375410'

red 55 ◦ green 84 ◦ blue 16

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

Shades of Verdun Green #375410

Tints of Verdun Green #375410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.19%

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 35.48%
G = 54.19%
B = 10.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#375410 (or 0x375410) is known color: Verdun Green. HEX triplet: 37, 54 and 10. RGB value is (55,84,16). Sum of RGB (Red+Green+Blue) = 55+84+16=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #375410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375410 is #C8ABEF. Grayscale: #434343. Windows color (decimal): -13151216 or 1070135. OLE color: 1070135.

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

Color convert

RGB 55 84 16 -
CMYK 0.35 0 0.81 0.67
HSL 85.59º 0.68% 0.2% -
HSV(B) 85.59º 0.81% 0.33% -
XYZ 4.84 7.19 1.62 -
YUV 67.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 55 84 16 0.35 0 0.81 0.67 85.59 0.68 0.2
Hex 37 54 10 23 0 51 43 56 44 14
Octal 67 124 20 43 0 121 103 126 104 24
Binary 110111 1010100 10000 100011 0 1010001 1000011 1010110 1000100 10100

Color Harmonies of #375410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375410

Black with #375410

Text Example


Text Example

White with #375410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375410; }

 p { color: rgb(55,84,16); }

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

background-color css

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

 a { background-color: rgb(55,84,16); }

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

border-color css

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

 span { border-color: rgb(55,84,16); }

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