Html Css Color HEX #386301 Verdun Green

📋 copy color: '#386301'

red 56 ◦ green 99 ◦ blue 1

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

Shades of Verdun Green #386301

Tints of Verdun Green #386301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 63.46%

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

R = 35.9%
G = 63.46%
B = 0.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#386301 (or 0x386301) is known color: Verdun Green. HEX triplet: 38, 63 and 01. RGB value is (56,99,1). Sum of RGB (Red+Green+Blue) = 56+99+1=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #386301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386301 is #C79CFE. Grayscale: #4B4B4B. Windows color (decimal): -13081855 or 90936. OLE color: 90936.

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

Color convert

RGB 56 99 1 -
CMYK 0.43 0 0.99 0.61
HSL 86.33º 0.98% 0.2% -
HSV(B) 86.33º 0.99% 0.39% -
XYZ 6.1 9.77 1.59 -
YUV 74.97 86.25 114.47 -
System Red Green Blue C M Y K H S L
Decimal 56 99 1 0.43 0 0.99 0.61 86.33 0.98 0.2
Hex 38 63 1 2B 0 63 3D 56 62 14
Octal 70 143 1 53 0 143 75 126 142 24
Binary 111000 1100011 1 101011 0 1100011 111101 1010110 1100010 10100

Color Harmonies of #386301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386301

Black with #386301

Text Example


Text Example

White with #386301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386301; }

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

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

background-color css

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

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

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

border-color css

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

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

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