Html Css Color HEX #396818 Dell

📋 copy color: '#396818'

red 57 ◦ green 104 ◦ blue 24

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

Shades of Dell #396818

Tints of Dell #396818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.22%

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 30.81%
G = 56.22%
B = 12.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#396818 (or 0x396818) is known color: Dell. HEX triplet: 39, 68 and 18. RGB value is (57,104,24). Sum of RGB (Red+Green+Blue) = 57+104+24=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #396818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396818 is #C697E7. Grayscale: #515151. Windows color (decimal): -13015016 or 1599545. OLE color: 1599545.

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

Color convert

RGB 57 104 24 -
CMYK 0.45 0 0.77 0.59
HSL 95.25º 0.63% 0.25% -
HSV(B) 95.25º 0.77% 0.41% -
XYZ 6.8 10.84 2.6 -
YUV 80.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 57 104 24 0.45 0 0.77 0.59 95.25 0.63 0.25
Hex 39 68 18 2D 0 4D 3B 5F 3E 19
Octal 71 150 30 55 0 115 73 137 76 31
Binary 111001 1101000 11000 101101 0 1001101 111011 1011111 111110 11001

Color Harmonies of #396818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396818

Black with #396818

Text Example


Text Example

White with #396818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396818; }

 p { color: rgb(57,104,24); }

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

background-color css

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

 a { background-color: rgb(57,104,24); }

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

border-color css

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

 span { border-color: rgb(57,104,24); }

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