Html Css Color HEX #385903 Verdun Green

📋 copy color: '#385903'

red 56 ◦ green 89 ◦ blue 3

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

Shades of Verdun Green #385903

Tints of Verdun Green #385903

RGB

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

 GREEN value IS 89 (35.16% from 255) = 60.14%

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

R = 37.84%
G = 60.14%
B = 2.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#385903 (or 0x385903) is known color: Verdun Green. HEX triplet: 38, 59 and 03. RGB value is (56,89,3). Sum of RGB (Red+Green+Blue) = 56+89+3=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #385903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385903 is #C7A6FC. Grayscale: #454545. Windows color (decimal): -13084413 or 219448. OLE color: 219448.

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

Color convert

RGB 56 89 3 -
CMYK 0.37 0 0.97 0.65
HSL 83.02º 0.93% 0.18% -
HSV(B) 83.02º 0.97% 0.35% -
XYZ 5.22 7.99 1.35 -
YUV 69.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 56 89 3 0.37 0 0.97 0.65 83.02 0.93 0.18
Hex 38 59 3 25 0 61 41 53 5D 12
Octal 70 131 3 45 0 141 101 123 135 22
Binary 111000 1011001 11 100101 0 1100001 1000001 1010011 1011101 10010

Color Harmonies of #385903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385903

Black with #385903

Text Example


Text Example

White with #385903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385903; }

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

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

background-color css

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

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

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

border-color css

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

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

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