#363C34

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

Shades of Oil #363C34

Tints of Oil #363C34

Color information

#363C34 (or 0x363C34) is unknown color: approx Oil. HEX triplet: 36, 3C and 34. RGB value is (54,60,52). Sum of RGB (Red+Green+Blue) = 54+60+52=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 60 - color contains mainly: green. Hex color #363C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C34 is #C9C3CB. Grayscale: #393939. Windows color (decimal): -13222860 or 3423286. OLE color: 3423286.

HSL color Cylindrical-coordinate representation of color #363C34: hue angle of 105º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #363C34 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB546052-
CMYK0.1000.130.76
HSL105º7.14%21.96%-
HSV(B)105º13.33%23.53%-
XYZ3.764.263.87-
YUV57.29125.01125.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=32.53%
G=36.14%
B=31.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5460520.1000.130.761057.1421.96
Hex363C34A0D4C69716
Octal66746412015114151726
Binary1101101111001101001010011011001100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363C34; }

 p { color: rgb(54,60,52); }

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

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

 a { background-color: rgb(54,60,52); }

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

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

 span { border-color: rgb(54,60,52); }

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