Html Css Color HEX #396114 Dell

📋 copy color: '#396114'

red 57 ◦ green 97 ◦ blue 20

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

Shades of Dell #396114

Tints of Dell #396114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.75%

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 32.76%
G = 55.75%
B = 11.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#396114 (or 0x396114) is known color: Dell. HEX triplet: 39, 61 and 14. RGB value is (57,97,20). Sum of RGB (Red+Green+Blue) = 57+97+20=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #396114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396114 is #C69EEB. Grayscale: #4C4C4C. Windows color (decimal): -13016812 or 1335609. OLE color: 1335609.

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

Color convert

RGB 57 97 20 -
CMYK 0.41 0 0.79 0.62
HSL 91.17º 0.66% 0.23% -
HSV(B) 91.17º 0.79% 0.38% -
XYZ 6.09 9.47 2.17 -
YUV 76.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 57 97 20 0.41 0 0.79 0.62 91.17 0.66 0.23
Hex 39 61 14 29 0 4F 3E 5B 42 17
Octal 71 141 24 51 0 117 76 133 102 27
Binary 111001 1100001 10100 101001 0 1001111 111110 1011011 1000010 10111

Color Harmonies of #396114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396114

Black with #396114

Text Example


Text Example

White with #396114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396114; }

 p { color: rgb(57,97,20); }

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

background-color css

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

 a { background-color: rgb(57,97,20); }

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

border-color css

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

 span { border-color: rgb(57,97,20); }

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