Html Css Color HEX #386501 Verdun Green

📋 copy color: '#386501'

red 56 ◦ green 101 ◦ blue 1

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

Shades of Verdun Green #386501

Tints of Verdun Green #386501

RGB

 RED value IS 56 (22.27% from 255) = 35.44%

 GREEN value IS 101 (39.84% from 255) = 63.92%

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

R = 35.44%
G = 63.92%
B = 0.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#386501 (or 0x386501) is known color: Verdun Green. HEX triplet: 38, 65 and 01. RGB value is (56,101,1). Sum of RGB (Red+Green+Blue) = 56+101+1=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #386501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386501 is #C79AFE. Grayscale: #4C4C4C. Windows color (decimal): -13081343 or 91448. OLE color: 91448.

HSL color Cylindrical-coordinate representation of color #386501: hue angle of 87º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #386501 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 1 -
CMYK 0.45 0 0.99 0.60
HSL 87º 0.98% 0.2% -
HSV(B) 87º 0.99% 0.4% -
XYZ 6.29 10.15 1.66 -
YUV 76.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 56 101 1 0.45 0 0.99 0.60 87 0.98 0.2
Hex 38 65 1 2D 0 63 3C 57 62 14
Octal 70 145 1 55 0 143 74 127 142 24
Binary 111000 1100101 1 101101 0 1100011 111100 1010111 1100010 10100

Color Harmonies of #386501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386501

Black with #386501

Text Example


Text Example

White with #386501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386501; }

 p { color: rgb(56,101,1); }

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

background-color css

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

 a { background-color: rgb(56,101,1); }

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

border-color css

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

 span { border-color: rgb(56,101,1); }

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