Html Css Color HEX #385503 Verdun Green

📋 copy color: '#385503'

red 56 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #385503

Tints of Verdun Green #385503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 59.03%

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

R = 38.89%
G = 59.03%
B = 2.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#385503 (or 0x385503) is known color: Verdun Green. HEX triplet: 38, 55 and 03. RGB value is (56,85,3). Sum of RGB (Red+Green+Blue) = 56+85+3=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #385503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385503 is #C7AAFC. Grayscale: #434343. Windows color (decimal): -13085437 or 218424. OLE color: 218424.

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

Color convert

RGB 56 85 3 -
CMYK 0.34 0 0.96 0.67
HSL 81.22º 0.93% 0.17% -
HSV(B) 81.22º 0.96% 0.33% -
XYZ 4.9 7.34 1.25 -
YUV 66.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 56 85 3 0.34 0 0.96 0.67 81.22 0.93 0.17
Hex 38 55 3 22 0 60 43 51 5D 11
Octal 70 125 3 42 0 140 103 121 135 21
Binary 111000 1010101 11 100010 0 1100000 1000011 1010001 1011101 10001

Color Harmonies of #385503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385503

Black with #385503

Text Example


Text Example

White with #385503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385503; }

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

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

background-color css

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

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

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

border-color css

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

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

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