#35483E

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

Shades of Celtic #35483E

Tints of Celtic #35483E

Color information

#35483E (or 0x35483E) is unknown color: approx Celtic. HEX triplet: 35, 48 and 3E. RGB value is (53,72,62). Sum of RGB (Red+Green+Blue) = 53+72+62=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #35483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35483E is #CAB7C1. Grayscale: #414141. Windows color (decimal): -13285314 or 4081717. OLE color: 4081717.

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

Color convert

RGB537262-
CMYK0.2600.140.72
HSL148.42º15.2%24.51%-
HSV(B)148.42º26.39%28.24%-
XYZ4.665.745.42-
YUV65.18126.21119.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 62 (24.61% from 255) = 33.16%
R=28.34%
G=38.50%
B=33.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372620.2600.140.72148.4215.224.51
Hex35483E1A0E4894f19
Octal6511076320161102241731
Binary11010110010001111101101001110100100010010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35483E; }

 p { color: rgb(53,72,62); }

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

<style>
 a { background-color: #35483E; }

 a { background-color: rgb(53,72,62); }

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

<style>
 span { border-color: #35483E; }

 span { border-color: rgb(53,72,62); }

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