#363B30

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

Shades of Seaweed #363B30

Tints of Seaweed #363B30

Color information

#363B30 (or 0x363B30) is unknown color: approx Seaweed. HEX triplet: 36, 3B and 30. RGB value is (54,59,48). Sum of RGB (Red+Green+Blue) = 54+59+48=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 59 - color contains mainly: green. Hex color #363B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B30 is #C9C4CF. Grayscale: #383838. Windows color (decimal): -13223120 or 3160886. OLE color: 3160886.

HSL color Cylindrical-coordinate representation of color #363B30: hue angle of 87.27º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #363B30 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB545948-
CMYK0.0800.190.77
HSL87.27º10.28%20.98%-
HSV(B)87.27º18.64%23.14%-
XYZ3.624.133.4-
YUV56.25123.34126.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=33.54%
G=36.65%
B=29.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5459480.0800.190.7787.2710.2820.98
Hex363B3080134D57a15
Octal667360100231151271225
Binary110110111011110000100001001110011011010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,48); }

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

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

 a { background-color: rgb(54,59,48); }

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

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

 span { border-color: rgb(54,59,48); }

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