Html Css Color HEX #386220 Dell

📋 copy color: '#386220'

red 56 ◦ green 98 ◦ blue 32

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

Shades of Dell #386220

Tints of Dell #386220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.69%

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

R = 30.11%
G = 52.69%
B = 17.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#386220 (or 0x386220) is known color: Dell. HEX triplet: 38, 62 and 20. RGB value is (56,98,32). Sum of RGB (Red+Green+Blue) = 56+98+32=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #386220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386220 is #C79DDF. Grayscale: #4E4E4E. Windows color (decimal): -13082080 or 2122296. OLE color: 2122296.

HSL color Cylindrical-coordinate representation of color #386220: hue angle of 98.18º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386220 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 32 -
CMYK 0.43 0 0.67 0.62
HSL 98.18º 0.51% 0.25% -
HSV(B) 98.18º 0.67% 0.38% -
XYZ 6.26 9.68 2.91 -
YUV 77.92 102.09 112.37 -
System Red Green Blue C M Y K H S L
Decimal 56 98 32 0.43 0 0.67 0.62 98.18 0.51 0.25
Hex 38 62 20 2B 0 43 3E 62 33 19
Octal 70 142 40 53 0 103 76 142 63 31
Binary 111000 1100010 100000 101011 0 1000011 111110 1100010 110011 11001

Color Harmonies of #386220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386220

Black with #386220

Text Example


Text Example

White with #386220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386220; }

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

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

background-color css

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

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

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

border-color css

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

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

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