Html Css Color HEX #396714 Dell

📋 copy color: '#396714'

red 57 ◦ green 103 ◦ blue 20

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

Shades of Dell #396714

Tints of Dell #396714

RGB

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

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

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

R = 31.67%
G = 57.22%
B = 11.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#396714 (or 0x396714) is known color: Dell. HEX triplet: 39, 67 and 14. RGB value is (57,103,20). Sum of RGB (Red+Green+Blue) = 57+103+20=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #396714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396714 is #C698EB. Grayscale: #505050. Windows color (decimal): -13015276 or 1337145. OLE color: 1337145.

HSL color Cylindrical-coordinate representation of color #396714: hue angle of 93.25º degrees, saturation: 0.67, 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 #396714 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 103 20 -
CMYK 0.45 0 0.81 0.60
HSL 93.25º 0.67% 0.24% -
HSV(B) 93.25º 0.81% 0.4% -
XYZ 6.66 10.62 2.36 -
YUV 79.78 94.26 111.75 -
System Red Green Blue C M Y K H S L
Decimal 57 103 20 0.45 0 0.81 0.60 93.25 0.67 0.24
Hex 39 67 14 2D 0 51 3C 5D 43 18
Octal 71 147 24 55 0 121 74 135 103 30
Binary 111001 1100111 10100 101101 0 1010001 111100 1011101 1000011 11000

Color Harmonies of #396714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396714

Black with #396714

Text Example


Text Example

White with #396714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396714; }

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

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

background-color css

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

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

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

border-color css

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

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

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