Html Css Color HEX #375001 Verdun Green

📋 copy color: '#375001'

red 55 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #375001

Tints of Verdun Green #375001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 58.82%

 BLUE value IS 1 (0.78% from 255) = 0.74%

R = 40.44%
G = 58.82%
B = 0.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#375001 (or 0x375001) is known color: Verdun Green. HEX triplet: 37, 50 and 01. RGB value is (55,80,1). Sum of RGB (Red+Green+Blue) = 55+80+1=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #375001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375001 is #C8AFFE. Grayscale: #3F3F3F. Windows color (decimal): -13152255 or 86071. OLE color: 86071.

HSL color Cylindrical-coordinate representation of color #375001: hue angle of 78.99º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #375001 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 1 -
CMYK 0.31 0 0.99 0.69
HSL 78.99º 0.98% 0.16% -
HSV(B) 78.99º 0.99% 0.31% -
XYZ 4.45 6.55 1.06 -
YUV 63.52 92.72 121.92 -
System Red Green Blue C M Y K H S L
Decimal 55 80 1 0.31 0 0.99 0.69 78.99 0.98 0.16
Hex 37 50 1 1F 0 63 45 4F 62 10
Octal 67 120 1 37 0 143 105 117 142 20
Binary 110111 1010000 1 11111 0 1100011 1000101 1001111 1100010 10000

Color Harmonies of #375001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375001

Black with #375001

Text Example


Text Example

White with #375001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375001; }

 p { color: rgb(55,80,1); }

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

background-color css

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

 a { background-color: rgb(55,80,1); }

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

border-color css

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

 span { border-color: rgb(55,80,1); }

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