Html Css Color HEX #386303 Verdun Green

📋 copy color: '#386303'

red 56 ◦ green 99 ◦ blue 3

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

Shades of Verdun Green #386303

Tints of Verdun Green #386303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.9%

R = 35.44%
G = 62.66%
B = 1.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#386303 (or 0x386303) is known color: Verdun Green. HEX triplet: 38, 63 and 03. RGB value is (56,99,3). Sum of RGB (Red+Green+Blue) = 56+99+3=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #386303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386303 is #C79CFC. Grayscale: #4B4B4B. Windows color (decimal): -13081853 or 222008. OLE color: 222008.

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

Color convert

RGB 56 99 3 -
CMYK 0.43 0 0.97 0.61
HSL 86.88º 0.94% 0.2% -
HSV(B) 86.88º 0.97% 0.39% -
XYZ 6.11 9.77 1.65 -
YUV 75.2 87.25 114.31 -
System Red Green Blue C M Y K H S L
Decimal 56 99 3 0.43 0 0.97 0.61 86.88 0.94 0.2
Hex 38 63 3 2B 0 61 3D 57 5E 14
Octal 70 143 3 53 0 141 75 127 136 24
Binary 111000 1100011 11 101011 0 1100001 111101 1010111 1011110 10100

Color Harmonies of #386303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386303

Black with #386303

Text Example


Text Example

White with #386303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386303; }

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

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

background-color css

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

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

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

border-color css

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

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

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