#35433D

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

Shades of Celtic #35433D

Tints of Celtic #35433D

Color information

#35433D (or 0x35433D) is unknown color: approx Celtic. HEX triplet: 35, 43 and 3D. RGB value is (53,67,61). Sum of RGB (Red+Green+Blue) = 53+67+61=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #35433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35433D is #CABCC2. Grayscale: #3E3E3E. Windows color (decimal): -13286595 or 4014901. OLE color: 4014901.

HSL color Cylindrical-coordinate representation of color #35433D: hue angle of 154.29º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #35433D is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB536761-
CMYK0.2100.090.74
HSL154.29º11.67%23.53%-
HSV(B)154.29º20.9%26.27%-
XYZ4.325.115.17-
YUV62.13127.36121.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.28%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 61 (24.22% from 255) = 33.70%
R=29.28%
G=37.02%
B=33.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5367610.2100.090.74154.2911.6723.53
Hex35433D15094A9ac18
Octal6510375250111122321430
Binary11010110000111111011010101001100101010011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35433D; }

 p { color: rgb(53,67,61); }

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

<style>
 a { background-color: #35433D; }

 a { background-color: rgb(53,67,61); }

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

<style>
 span { border-color: #35433D; }

 span { border-color: rgb(53,67,61); }

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