Html Css Color HEX #396917 Dell

📋 copy color: '#396917'

red 57 ◦ green 105 ◦ blue 23

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

Shades of Dell #396917

Tints of Dell #396917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 30.81%
G = 56.76%
B = 12.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#396917 (or 0x396917) is known color: Dell. HEX triplet: 39, 69 and 17. RGB value is (57,105,23). Sum of RGB (Red+Green+Blue) = 57+105+23=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #396917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396917 is #C696E8. Grayscale: #515151. Windows color (decimal): -13014761 or 1534265. OLE color: 1534265.

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

Color convert

RGB 57 105 23 -
CMYK 0.46 0 0.78 0.59
HSL 95.12º 0.64% 0.25% -
HSV(B) 95.12º 0.78% 0.41% -
XYZ 6.89 11.03 2.58 -
YUV 81.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 57 105 23 0.46 0 0.78 0.59 95.12 0.64 0.25
Hex 39 69 17 2E 0 4E 3B 5F 40 19
Octal 71 151 27 56 0 116 73 137 100 31
Binary 111001 1101001 10111 101110 0 1001110 111011 1011111 1000000 11001

Color Harmonies of #396917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396917

Black with #396917

Text Example


Text Example

White with #396917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396917; }

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

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

background-color css

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

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

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

border-color css

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

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

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