#36413B

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

Shades of Celtic #36413B

Tints of Celtic #36413B

Color information

#36413B (or 0x36413B) is unknown color: approx Celtic. HEX triplet: 36, 41 and 3B. RGB value is (54,65,59). Sum of RGB (Red+Green+Blue) = 54+65+59=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #36413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36413B is #C9BEC4. Grayscale: #3D3D3D. Windows color (decimal): -13221573 or 3883318. OLE color: 3883318.

HSL color Cylindrical-coordinate representation of color #36413B: hue angle of 147.27º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #36413B is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB546559-
CMYK0.1700.090.75
HSL147.27º9.24%23.33%-
HSV(B)147.27º16.92%25.49%-
XYZ4.24.884.86-
YUV61.03126.86122.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=30.34%
G=36.52%
B=33.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5465590.1700.090.75147.279.2423.33
Hex36413B11094B93917
Octal6610173210111132231127
Binary11011010000011110111000101001100101110010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36413B; }

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

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

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

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

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

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

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

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