Html Css Color HEX #386213 Dell

📋 copy color: '#386213'

red 56 ◦ green 98 ◦ blue 19

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

Shades of Dell #386213

Tints of Dell #386213

RGB

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

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

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

R = 32.37%
G = 56.65%
B = 10.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#386213 (or 0x386213) is known color: Dell. HEX triplet: 38, 62 and 13. RGB value is (56,98,19). Sum of RGB (Red+Green+Blue) = 56+98+19=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #386213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386213 is #C79DEC. Grayscale: #4C4C4C. Windows color (decimal): -13082093 or 1270328. OLE color: 1270328.

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

Color convert

RGB 56 98 19 -
CMYK 0.43 0 0.81 0.62
HSL 91.9º 0.68% 0.23% -
HSV(B) 91.9º 0.81% 0.38% -
XYZ 6.12 9.62 2.15 -
YUV 76.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 56 98 19 0.43 0 0.81 0.62 91.9 0.68 0.23
Hex 38 62 13 2B 0 51 3E 5C 44 17
Octal 70 142 23 53 0 121 76 134 104 27
Binary 111000 1100010 10011 101011 0 1010001 111110 1011100 1000100 10111

Color Harmonies of #386213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386213

Black with #386213

Text Example


Text Example

White with #386213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386213; }

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

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

background-color css

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

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

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

border-color css

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

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

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