Html Css Color HEX #36493F Celtic

📋 copy color: '#36493F'

red 54 ◦ green 73 ◦ blue 63

#36493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celtic #36493F

Tints of Celtic #36493F

RGB

 RED value IS 54 (21.48% from 255) = 28.42%

 GREEN value IS 73 (28.91% from 255) = 38.42%

 BLUE value IS 63 (25% from 255) = 33.16%

R = 28.42%
G = 38.42%
B = 33.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#36493F (or 0x36493F) is known color: Celtic. HEX triplet: 36, 49 and 3F. RGB value is (54,73,63). Sum of RGB (Red+Green+Blue) = 54+73+63=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #36493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36493F is #C9B6C0. Grayscale: #424242. Windows color (decimal): -13219521 or 4147510. OLE color: 4147510.

HSL color Cylindrical-coordinate representation of color #36493F: hue angle of 148.42º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #36493F is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 73 63 -
CMYK 0.26 0 0.14 0.71
HSL 148.42º 0.15% 0.25% -
HSV(B) 148.42º 0.26% 0.29% -
XYZ 4.8 5.91 5.59 -
YUV 66.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 54 73 63 0.26 0 0.14 0.71 148.42 0.15 0.25
Hex 36 49 3F 1A 0 E 47 94 F 19
Octal 66 111 77 32 0 16 107 224 17 31
Binary 110110 1001001 111111 11010 0 1110 1000111 10010100 1111 11001

Color Harmonies of #36493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36493F

Black with #36493F

Text Example


Text Example

White with #36493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36493F; }

 p { color: rgb(54,73,63); }

 H1.HeaderClassName
 {
   color: #36493F;
 }
 .AnyTagClassName
 {
   color: #36493F;
 }
</style>

background-color css

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

 a { background-color: rgb(54,73,63); }

 div.DivClassName
 {
   background-color: #36493F;
 }
 .BgClassName
 {
   background-color: #36493F;
 }
</style>

border-color css

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

 span { border-color: rgb(54,73,63); }

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