#365C1C

Color #365C1C Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #365C1C

Tints of Dell #365C1C

Color information

#365C1C (or 0x365C1C) is unknown color: approx Dell. HEX triplet: 36, 5C and 1C. RGB value is (54,92,28). Sum of RGB (Red+Green+Blue) = 54+92+28=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #365C1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C1C is #C9A3E3. Grayscale: #494949. Windows color (decimal): -13214692 or 1858614. OLE color: 1858614.

HSL color Cylindrical-coordinate representation of color #365C1C: hue angle of 95.62º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #365C1C is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB549228-
CMYK0.4100.700.64
HSL95.62º53.33%23.53%-
HSV(B)95.62º69.57%36.08%-
XYZ5.568.522.45-
YUV73.34102.41114.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.03%
GREEN value IS 92 (36.33% from 255) = 52.87%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=31.03%
G=52.87%
B=16.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5492280.4100.700.6495.6253.3323.53
Hex365C1C2904640603518
Octal66134345101061001406530
Binary110110101110011100101001010001101000000110000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365C1C; }

 p { color: rgb(54,92,28); }

 H1.HeaderClassName
 {
   color: #365C1C;
 }
 .AnyTagClassName
 {
   color: #365C1C;
 }
</style>
background-color css

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

 a { background-color: rgb(54,92,28); }

 div.DivClassName
 {
   background-color: #365C1C;
 }
 .BgClassName
 {
   background-color: #365C1C;
 }
</style>
border-color css

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

 span { border-color: rgb(54,92,28); }

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