Html Css Color HEX #376015 Dell

📋 copy color: '#376015'

red 55 ◦ green 96 ◦ blue 21

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

Shades of Dell #376015

Tints of Dell #376015

RGB

 RED value IS 55 (21.88% from 255) = 31.98%

 GREEN value IS 96 (37.89% from 255) = 55.81%

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 31.98%
G = 55.81%
B = 12.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#376015 (or 0x376015) is known color: Dell. HEX triplet: 37, 60 and 15. RGB value is (55,96,21). Sum of RGB (Red+Green+Blue) = 55+96+21=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #376015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376015 is #C89FEA. Grayscale: #4B4B4B. Windows color (decimal): -13148139 or 1400887. OLE color: 1400887.

HSL color Cylindrical-coordinate representation of color #376015: hue angle of 92.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #376015 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 21 -
CMYK 0.43 0 0.78 0.62
HSL 92.8º 0.64% 0.23% -
HSV(B) 92.8º 0.78% 0.38% -
XYZ 5.89 9.23 2.18 -
YUV 75.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 55 96 21 0.43 0 0.78 0.62 92.8 0.64 0.23
Hex 37 60 15 2B 0 4E 3E 5D 40 17
Octal 67 140 25 53 0 116 76 135 100 27
Binary 110111 1100000 10101 101011 0 1001110 111110 1011101 1000000 10111

Color Harmonies of #376015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376015

Black with #376015

Text Example


Text Example

White with #376015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376015; }

 p { color: rgb(55,96,21); }

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

background-color css

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

 a { background-color: rgb(55,96,21); }

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

border-color css

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

 span { border-color: rgb(55,96,21); }

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