Html Css Color HEX #396716 Dell

📋 copy color: '#396716'

red 57 ◦ green 103 ◦ blue 22

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

Shades of Dell #396716

Tints of Dell #396716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 56.59%

 BLUE value IS 22 (8.98% from 255) = 12.09%

R = 31.32%
G = 56.59%
B = 12.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#396716 (or 0x396716) is known color: Dell. HEX triplet: 39, 67 and 16. RGB value is (57,103,22). Sum of RGB (Red+Green+Blue) = 57+103+22=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #396716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396716 is #C698E9. Grayscale: #505050. Windows color (decimal): -13015274 or 1468217. OLE color: 1468217.

HSL color Cylindrical-coordinate representation of color #396716: hue angle of 94.07º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #396716 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 103 22 -
CMYK 0.45 0 0.79 0.60
HSL 94.07º 0.65% 0.25% -
HSV(B) 94.07º 0.79% 0.4% -
XYZ 6.68 10.63 2.46 -
YUV 80.01 95.26 111.59 -
System Red Green Blue C M Y K H S L
Decimal 57 103 22 0.45 0 0.79 0.60 94.07 0.65 0.25
Hex 39 67 16 2D 0 4F 3C 5E 41 19
Octal 71 147 26 55 0 117 74 136 101 31
Binary 111001 1100111 10110 101101 0 1001111 111100 1011110 1000001 11001

Color Harmonies of #396716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396716

Black with #396716

Text Example


Text Example

White with #396716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396716; }

 p { color: rgb(57,103,22); }

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

background-color css

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

 a { background-color: rgb(57,103,22); }

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

border-color css

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

 span { border-color: rgb(57,103,22); }

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