#356618

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

Shades of Dell #356618

Tints of Dell #356618

Color information

#356618 (or 0x356618) is unknown color: approx Dell. HEX triplet: 35, 66 and 18. RGB value is (53,102,24). Sum of RGB (Red+Green+Blue) = 53+102+24=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #356618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356618 is #CA99E7. Grayscale: #4E4E4E. Windows color (decimal): -13277672 or 1599029. OLE color: 1599029.

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

Color convert

RGB5310224-
CMYK0.4800.760.6
HSL97.69º61.9%24.71%-
HSV(B)97.69º76.47%40%-
XYZ6.3810.332.52-
YUV78.4697.27109.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 102 (40.23% from 255) = 56.98%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=29.61%
G=56.98%
B=13.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102240.4800.760.697.6961.924.71
Hex3566183004C3C623e19
Octal6514630600114741427631
Binary11010111001101100011000001001100111100110001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356618; }

 p { color: rgb(53,102,24); }

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

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

 a { background-color: rgb(53,102,24); }

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

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

 span { border-color: rgb(53,102,24); }

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