Html Css Color HEX #385D13 Verdun Green

📋 copy color: '#385D13'

red 56 ◦ green 93 ◦ blue 19

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

Shades of Verdun Green #385D13

Tints of Verdun Green #385D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.36%

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 33.33%
G = 55.36%
B = 11.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#385D13 (or 0x385D13) is known color: Verdun Green. HEX triplet: 38, 5D and 13. RGB value is (56,93,19). Sum of RGB (Red+Green+Blue) = 56+93+19=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #385D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385D13 is #C7A2EC. Grayscale: #494949. Windows color (decimal): -13083373 or 1269048. OLE color: 1269048.

HSL color Cylindrical-coordinate representation of color #385D13: hue angle of 90º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #385D13 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 93 19 -
CMYK 0.40 0 0.80 0.64
HSL 90º 0.66% 0.22% -
HSV(B) 90º 0.8% 0.36% -
XYZ 5.66 8.72 2 -
YUV 73.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 56 93 19 0.40 0 0.80 0.64 90 0.66 0.22
Hex 38 5D 13 28 0 50 40 5A 42 16
Octal 70 135 23 50 0 120 100 132 102 26
Binary 111000 1011101 10011 101000 0 1010000 1000000 1011010 1000010 10110

Color Harmonies of #385D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D13

Black with #385D13

Text Example


Text Example

White with #385D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385D13; }

 p { color: rgb(56,93,19); }

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

background-color css

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

 a { background-color: rgb(56,93,19); }

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

border-color css

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

 span { border-color: rgb(56,93,19); }

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