Html Css Color HEX #386203 Verdun Green

📋 copy color: '#386203'

red 56 ◦ green 98 ◦ blue 3

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

Shades of Verdun Green #386203

Tints of Verdun Green #386203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.42%

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

R = 35.67%
G = 62.42%
B = 1.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#386203 (or 0x386203) is known color: Verdun Green. HEX triplet: 38, 62 and 03. RGB value is (56,98,3). Sum of RGB (Red+Green+Blue) = 56+98+3=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #386203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386203 is #C79DFC. Grayscale: #4A4A4A. Windows color (decimal): -13082109 or 221752. OLE color: 221752.

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

Color convert

RGB 56 98 3 -
CMYK 0.43 0 0.97 0.62
HSL 86.53º 0.94% 0.2% -
HSV(B) 86.53º 0.97% 0.38% -
XYZ 6.02 9.58 1.62 -
YUV 74.61 87.59 114.72 -
System Red Green Blue C M Y K H S L
Decimal 56 98 3 0.43 0 0.97 0.62 86.53 0.94 0.2
Hex 38 62 3 2B 0 61 3E 57 5E 14
Octal 70 142 3 53 0 141 76 127 136 24
Binary 111000 1100010 11 101011 0 1100001 111110 1010111 1011110 10100

Color Harmonies of #386203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386203

Black with #386203

Text Example


Text Example

White with #386203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386203; }

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

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

background-color css

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

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

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

border-color css

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

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

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