Html Css Color HEX #385603 Verdun Green

📋 copy color: '#385603'

red 56 ◦ green 86 ◦ blue 3

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

Shades of Verdun Green #385603

Tints of Verdun Green #385603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 59.31%

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

R = 38.62%
G = 59.31%
B = 2.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#385603 (or 0x385603) is known color: Verdun Green. HEX triplet: 38, 56 and 03. RGB value is (56,86,3). Sum of RGB (Red+Green+Blue) = 56+86+3=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 86 (33.98% from 255 or 59.31% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 86 - color contains mainly: green. Hex color #385603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385603 is #C7A9FC. Grayscale: #434343. Windows color (decimal): -13085181 or 218680. OLE color: 218680.

HSL color Cylindrical-coordinate representation of color #385603: hue angle of 81.69º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #385603 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 86 3 -
CMYK 0.35 0 0.97 0.66
HSL 81.69º 0.93% 0.17% -
HSV(B) 81.69º 0.97% 0.34% -
XYZ 4.98 7.5 1.27 -
YUV 67.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 56 86 3 0.35 0 0.97 0.66 81.69 0.93 0.17
Hex 38 56 3 23 0 61 42 52 5D 11
Octal 70 126 3 43 0 141 102 122 135 21
Binary 111000 1010110 11 100011 0 1100001 1000010 1010010 1011101 10001

Color Harmonies of #385603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385603

Black with #385603

Text Example


Text Example

White with #385603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385603; }

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

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

background-color css

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

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

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

border-color css

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

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

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