#333D38

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

Shades of Celtic #333D38

Tints of Celtic #333D38

Color information

#333D38 (or 0x333D38) is unknown color: approx Celtic. HEX triplet: 33, 3D and 38. RGB value is (51,61,56). Sum of RGB (Red+Green+Blue) = 51+61+56=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #333D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D38 is #CCC2C7. Grayscale: #393939. Windows color (decimal): -13419208 or 3685683. OLE color: 3685683.

HSL color Cylindrical-coordinate representation of color #333D38: hue angle of 150º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #333D38 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB516156-
CMYK0.1600.080.76
HSL150º8.93%21.96%-
HSV(B)150º16.39%23.92%-
XYZ3.754.334.38-
YUV57.44127.19123.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 56 (22.27% from 255) = 33.33%
R=30.36%
G=36.31%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5161560.1600.080.761508.9321.96
Hex333D3810084C96916
Octal637570200101142261126
Binary1100111111011110001000001000100110010010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333D38; }

 p { color: rgb(51,61,56); }

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

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

 a { background-color: rgb(51,61,56); }

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

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

 span { border-color: rgb(51,61,56); }

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