Html Css Color HEX #375601 Verdun Green

📋 copy color: '#375601'

red 55 ◦ green 86 ◦ blue 1

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

Shades of Verdun Green #375601

Tints of Verdun Green #375601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 60.56%

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

R = 38.73%
G = 60.56%
B = 0.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#375601 (or 0x375601) is known color: Verdun Green. HEX triplet: 37, 56 and 01. RGB value is (55,86,1). Sum of RGB (Red+Green+Blue) = 55+86+1=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #375601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375601 is #C8A9FE. Grayscale: #434343. Windows color (decimal): -13150719 or 87607. OLE color: 87607.

HSL color Cylindrical-coordinate representation of color #375601: hue angle of 81.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #375601 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 86 1 -
CMYK 0.36 0 0.99 0.66
HSL 81.88º 0.98% 0.17% -
HSV(B) 81.88º 0.99% 0.34% -
XYZ 4.91 7.47 1.21 -
YUV 67.04 90.73 119.41 -
System Red Green Blue C M Y K H S L
Decimal 55 86 1 0.36 0 0.99 0.66 81.88 0.98 0.17
Hex 37 56 1 24 0 63 42 52 62 11
Octal 67 126 1 44 0 143 102 122 142 21
Binary 110111 1010110 1 100100 0 1100011 1000010 1010010 1100010 10001

Color Harmonies of #375601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375601

Black with #375601

Text Example


Text Example

White with #375601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375601; }

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

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

background-color css

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

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

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

border-color css

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

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

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