#353734

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

Shades of Oil #353734

Tints of Oil #353734

Color information

#353734 (or 0x353734) is unknown color: approx Oil. HEX triplet: 35, 37 and 34. RGB value is (53,55,52). Sum of RGB (Red+Green+Blue) = 53+55+52=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 55 - color contains mainly: green. Hex color #353734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353734 is #CAC8CB. Grayscale: #363636. Windows color (decimal): -13289676 or 3422005. OLE color: 3422005.

HSL color Cylindrical-coordinate representation of color #353734: hue angle of 100º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #353734 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB535552-
CMYK0.0400.050.78
HSL100º2.8%20.98%-
HSV(B)100º5.45%21.57%-
XYZ3.453.743.79-
YUV54.06126.84127.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=33.12%
G=34.38%
B=32.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5355520.0400.050.781002.820.98
Hex3537344054E64315
Octal656764405116144325
Binary1101011101111101001000101100111011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353734; }

 p { color: rgb(53,55,52); }

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

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

 a { background-color: rgb(53,55,52); }

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

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

 span { border-color: rgb(53,55,52); }

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