#274236

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

Shades of Celtic #274236

Tints of Celtic #274236

Color information

#274236 (or 0x274236) is unknown color: approx Celtic. HEX triplet: 27, 42 and 36. RGB value is (39,66,54). Sum of RGB (Red+Green+Blue) = 39+66+54=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #274236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274236 is #D8BDC9. Grayscale: #383838. Windows color (decimal): -14204362 or 3555879. OLE color: 3555879.

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

Color convert

RGB396654-
CMYK0.4100.180.74
HSL153.33º25.71%20.59%-
HSV(B)153.33º40.91%25.88%-
XYZ3.454.594.19-
YUV56.56126.55115.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.53%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 54 (21.48% from 255) = 33.96%
R=24.53%
G=41.51%
B=33.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3966540.4100.180.74153.3325.7120.59
Hex274236290124A991a15
Octal4710266510221122313225
Binary10011110000101101101010010100101001010100110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274236; }

 p { color: rgb(39,66,54); }

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

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

 a { background-color: rgb(39,66,54); }

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

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

 span { border-color: rgb(39,66,54); }

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