Html Css Color HEX #385D20 Dell

📋 copy color: '#385D20'

red 56 ◦ green 93 ◦ blue 32

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

Shades of Dell #385D20

Tints of Dell #385D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.68%

R = 30.94%
G = 51.38%
B = 17.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#385D20 (or 0x385D20) is known color: Dell. HEX triplet: 38, 5D and 20. RGB value is (56,93,32). Sum of RGB (Red+Green+Blue) = 56+93+32=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #385D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D20 is #C7A2DF. Grayscale: #4B4B4B. Windows color (decimal): -13083360 or 2121016. OLE color: 2121016.

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

Color convert

RGB 56 93 32 -
CMYK 0.40 0 0.66 0.64
HSL 96.39º 0.49% 0.25% -
HSV(B) 96.39º 0.66% 0.36% -
XYZ 5.81 8.77 2.75 -
YUV 74.98 103.74 114.46 -
System Red Green Blue C M Y K H S L
Decimal 56 93 32 0.40 0 0.66 0.64 96.39 0.49 0.25
Hex 38 5D 20 28 0 42 40 60 31 19
Octal 70 135 40 50 0 102 100 140 61 31
Binary 111000 1011101 100000 101000 0 1000010 1000000 1100000 110001 11001

Color Harmonies of #385D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D20

Black with #385D20

Text Example


Text Example

White with #385D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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