#353934

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

Shades of Oil #353934

Tints of Oil #353934

Color information

#353934 (or 0x353934) is unknown color: approx Oil. HEX triplet: 35, 39 and 34. RGB value is (53,57,52). Sum of RGB (Red+Green+Blue) = 53+57+52=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 57 - color contains mainly: green. Hex color #353934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353934 is #CAC6CB. Grayscale: #373737. Windows color (decimal): -13289164 or 3422517. OLE color: 3422517.

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

Color convert

RGB535752-
CMYK0.0700.090.78
HSL108º4.59%21.37%-
HSV(B)108º8.77%22.35%-
XYZ3.553.933.82-
YUV55.23126.17126.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 57 (22.66% from 255) = 35.19%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=32.72%
G=35.19%
B=32.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357520.0700.090.781084.5921.37
Hex3539347094E6c515
Octal6571647011116154525
Binary110101111001110100111010011001110110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353934; }

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

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

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

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

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

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

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

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