Html Css Color HEX #386603 Verdun Green

📋 copy color: '#386603'

red 56 ◦ green 102 ◦ blue 3

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

Shades of Verdun Green #386603

Tints of Verdun Green #386603

RGB

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

 GREEN value IS 102 (40.23% from 255) = 63.35%

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

R = 34.78%
G = 63.35%
B = 1.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#386603 (or 0x386603) is known color: Verdun Green. HEX triplet: 38, 66 and 03. RGB value is (56,102,3). Sum of RGB (Red+Green+Blue) = 56+102+3=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #386603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386603 is #C799FC. Grayscale: #4D4D4D. Windows color (decimal): -13081085 or 222776. OLE color: 222776.

HSL color Cylindrical-coordinate representation of color #386603: hue angle of 87.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #386603 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 3 -
CMYK 0.45 0 0.97 0.6
HSL 87.88º 0.94% 0.21% -
HSV(B) 87.88º 0.97% 0.4% -
XYZ 6.4 10.35 1.75 -
YUV 76.96 86.26 113.05 -
System Red Green Blue C M Y K H S L
Decimal 56 102 3 0.45 0 0.97 0.6 87.88 0.94 0.21
Hex 38 66 3 2D 0 61 3C 58 5E 15
Octal 70 146 3 55 0 141 74 130 136 25
Binary 111000 1100110 11 101101 0 1100001 111100 1011000 1011110 10101

Color Harmonies of #386603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386603

Black with #386603

Text Example


Text Example

White with #386603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386603; }

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

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

background-color css

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

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

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

border-color css

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

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

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