Html Css Color HEX #396613 Dell

📋 copy color: '#396613'

red 57 ◦ green 102 ◦ blue 19

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

Shades of Dell #396613

Tints of Dell #396613

RGB

 RED value IS 57 (22.66% from 255) = 32.02%

 GREEN value IS 102 (40.23% from 255) = 57.3%

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

R = 32.02%
G = 57.3%
B = 10.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#396613 (or 0x396613) is known color: Dell. HEX triplet: 39, 66 and 13. RGB value is (57,102,19). Sum of RGB (Red+Green+Blue) = 57+102+19=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #396613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396613 is #C699EC. Grayscale: #4F4F4F. Windows color (decimal): -13015533 or 1271353. OLE color: 1271353.

HSL color Cylindrical-coordinate representation of color #396613: hue angle of 92.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #396613 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 102 19 -
CMYK 0.44 0 0.81 0.6
HSL 92.53º 0.69% 0.24% -
HSV(B) 92.53º 0.81% 0.4% -
XYZ 6.56 10.42 2.28 -
YUV 79.08 94.09 112.25 -
System Red Green Blue C M Y K H S L
Decimal 57 102 19 0.44 0 0.81 0.6 92.53 0.69 0.24
Hex 39 66 13 2C 0 51 3C 5D 45 18
Octal 71 146 23 54 0 121 74 135 105 30
Binary 111001 1100110 10011 101100 0 1010001 111100 1011101 1000101 11000

Color Harmonies of #396613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396613

Black with #396613

Text Example


Text Example

White with #396613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396613; }

 p { color: rgb(57,102,19); }

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

background-color css

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

 a { background-color: rgb(57,102,19); }

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

border-color css

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

 span { border-color: rgb(57,102,19); }

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