#363A2A

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

Shades of Green Kelp #363A2A

Tints of Green Kelp #363A2A

Color information

#363A2A (or 0x363A2A) is unknown color: approx Green Kelp. HEX triplet: 36, 3A and 2A. RGB value is (54,58,42). Sum of RGB (Red+Green+Blue) = 54+58+42=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 58 - color contains mainly: green. Hex color #363A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A2A is #C9C5D5. Grayscale: #373737. Windows color (decimal): -13223382 or 2767414. OLE color: 2767414.

HSL color Cylindrical-coordinate representation of color #363A2A: hue angle of 75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #363A2A is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB545842-
CMYK0.0700.280.77
HSL75º16%19.61%-
HSV(B)75º27.59%22.75%-
XYZ3.453.982.78-
YUV54.98120.67127.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=35.06%
G=37.66%
B=27.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5458420.0700.280.77751619.61
Hex363A2A701C4D4b1014
Octal66725270341151132024
Binary110110111010101010111011100100110110010111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,58,42); }

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

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

 a { background-color: rgb(54,58,42); }

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

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

 span { border-color: rgb(54,58,42); }

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