Html Css Color HEX #375101 Verdun Green

📋 copy color: '#375101'

red 55 ◦ green 81 ◦ blue 1

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

Shades of Verdun Green #375101

Tints of Verdun Green #375101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 59.12%

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

R = 40.15%
G = 59.12%
B = 0.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#375101 (or 0x375101) is known color: Verdun Green. HEX triplet: 37, 51 and 01. RGB value is (55,81,1). Sum of RGB (Red+Green+Blue) = 55+81+1=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #375101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375101 is #C8AEFE. Grayscale: #404040. Windows color (decimal): -13151999 or 86327. OLE color: 86327.

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

Color convert

RGB 55 81 1 -
CMYK 0.32 0 0.99 0.68
HSL 79.5º 0.98% 0.16% -
HSV(B) 79.5º 0.99% 0.32% -
XYZ 4.52 6.7 1.08 -
YUV 64.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 55 81 1 0.32 0 0.99 0.68 79.5 0.98 0.16
Hex 37 51 1 20 0 63 44 50 62 10
Octal 67 121 1 40 0 143 104 120 142 20
Binary 110111 1010001 1 100000 0 1100011 1000100 1010000 1100010 10000

Color Harmonies of #375101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375101

Black with #375101

Text Example


Text Example

White with #375101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375101; }

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

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

background-color css

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

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

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

border-color css

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

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

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