Html Css Color HEX #396910 Dell

📋 copy color: '#396910'

red 57 ◦ green 105 ◦ blue 16

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

Shades of Dell #396910

Tints of Dell #396910

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.99%

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 32.02%
G = 58.99%
B = 8.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#396910 (or 0x396910) is known color: Dell. HEX triplet: 39, 69 and 10. RGB value is (57,105,16). Sum of RGB (Red+Green+Blue) = 57+105+16=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #396910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396910 is #C696EF. Grayscale: #505050. Windows color (decimal): -13014768 or 1075513. OLE color: 1075513.

HSL color Cylindrical-coordinate representation of color #396910: hue angle of 92.36º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #396910 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 16 -
CMYK 0.46 0 0.85 0.59
HSL 92.36º 0.74% 0.24% -
HSV(B) 92.36º 0.85% 0.41% -
XYZ 6.83 11.01 2.26 -
YUV 80.5 91.6 111.24 -
System Red Green Blue C M Y K H S L
Decimal 57 105 16 0.46 0 0.85 0.59 92.36 0.74 0.24
Hex 39 69 10 2E 0 55 3B 5C 4A 18
Octal 71 151 20 56 0 125 73 134 112 30
Binary 111001 1101001 10000 101110 0 1010101 111011 1011100 1001010 11000

Color Harmonies of #396910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396910

Black with #396910

Text Example


Text Example

White with #396910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396910; }

 p { color: rgb(57,105,16); }

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

background-color css

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

 a { background-color: rgb(57,105,16); }

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

border-color css

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

 span { border-color: rgb(57,105,16); }

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