#35423C

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

Shades of Celtic #35423C

Tints of Celtic #35423C

Color information

#35423C (or 0x35423C) is unknown color: approx Celtic. HEX triplet: 35, 42 and 3C. RGB value is (53,66,60). Sum of RGB (Red+Green+Blue) = 53+66+60=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #35423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35423C is #CABDC3. Grayscale: #3D3D3D. Windows color (decimal): -13286852 or 3949109. OLE color: 3949109.

HSL color Cylindrical-coordinate representation of color #35423C: hue angle of 152.31º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #35423C is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB536660-
CMYK0.2000.090.74
HSL152.31º10.92%23.33%-
HSV(B)152.31º19.7%25.88%-
XYZ4.234.985.01-
YUV61.43127.19121.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 60 (23.83% from 255) = 33.52%
R=29.61%
G=36.87%
B=33.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366600.2000.090.74152.3110.9223.33
Hex35423C14094A98b17
Octal6510274240111122301327
Binary11010110000101111001010001001100101010011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35423C; }

 p { color: rgb(53,66,60); }

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

<style>
 a { background-color: #35423C; }

 a { background-color: rgb(53,66,60); }

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

<style>
 span { border-color: #35423C; }

 span { border-color: rgb(53,66,60); }

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