Html Css Color HEX #385E20 Dell

📋 copy color: '#385E20'

red 56 ◦ green 94 ◦ blue 32

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

Shades of Dell #385E20

Tints of Dell #385E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 51.65%

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

R = 30.77%
G = 51.65%
B = 17.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.63

RGB Variations

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

Color information

#385E20 (or 0x385E20) is known color: Dell. HEX triplet: 38, 5E and 20. RGB value is (56,94,32). Sum of RGB (Red+Green+Blue) = 56+94+32=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 94 (37.11% from 255 or 51.65% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 94 - color contains mainly: green. Hex color #385E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E20 is #C7A1DF. Grayscale: #4B4B4B. Windows color (decimal): -13083104 or 2121272. OLE color: 2121272.

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

Color convert

RGB 56 94 32 -
CMYK 0.40 0 0.66 0.63
HSL 96.77º 0.49% 0.25% -
HSV(B) 96.77º 0.66% 0.37% -
XYZ 5.89 8.95 2.78 -
YUV 75.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 56 94 32 0.40 0 0.66 0.63 96.77 0.49 0.25
Hex 38 5E 20 28 0 42 3F 61 31 19
Octal 70 136 40 50 0 102 77 141 61 31
Binary 111000 1011110 100000 101000 0 1000010 111111 1100001 110001 11001

Color Harmonies of #385E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E20

Black with #385E20

Text Example


Text Example

White with #385E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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