Html Css Color HEX #396919 Dell

📋 copy color: '#396919'

red 57 ◦ green 105 ◦ blue 25

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

Shades of Dell #396919

Tints of Dell #396919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.37%

R = 30.48%
G = 56.15%
B = 13.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#396919 (or 0x396919) is known color: Dell. HEX triplet: 39, 69 and 19. RGB value is (57,105,25). Sum of RGB (Red+Green+Blue) = 57+105+25=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #396919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396919 is #C696E6. Grayscale: #515151. Windows color (decimal): -13014759 or 1665337. OLE color: 1665337.

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

Color convert

RGB 57 105 25 -
CMYK 0.46 0 0.76 0.59
HSL 96º 0.62% 0.25% -
HSV(B) 96º 0.76% 0.41% -
XYZ 6.91 11.04 2.69 -
YUV 81.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 57 105 25 0.46 0 0.76 0.59 96 0.62 0.25
Hex 39 69 19 2E 0 4C 3B 60 3E 19
Octal 71 151 31 56 0 114 73 140 76 31
Binary 111001 1101001 11001 101110 0 1001100 111011 1100000 111110 11001

Color Harmonies of #396919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396919

Black with #396919

Text Example


Text Example

White with #396919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396919; }

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

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

background-color css

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

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

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

border-color css

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

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

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