#003A36

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

Shades of Cyprus #003A36

Tints of Cyprus #003A36

Color information

#003A36 (or 0x003A36) is unknown color: approx Cyprus. HEX triplet: 00, 3A and 36. RGB value is (0,58,54). Sum of RGB (Red+Green+Blue) = 0+58+54=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #003A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A36 is #FFC5C9. Grayscale: #282828. Windows color (decimal): -16762314 or 3553792. OLE color: 3553792.

HSL color Cylindrical-coordinate representation of color #003A36: hue angle of 175.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A36 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB05854-
CMYK100.070.77
HSL175.86º100%11.37%-
HSV(B)175.86º100%22.75%-
XYZ2.183.294.01-
YUV40.2135.7899.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 51.79%
BLUE value IS 54 (21.48% from 255) = 48.21%
R=0%
G=51.79%
B=48.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05854100.070.77175.8610011.37
Hex03A3664074Db064b
Octal072661440711526014413
Binary01110101101101100100011110011011011000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A36; }

 p { color: rgb(0,58,54); }

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

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

 a { background-color: rgb(0,58,54); }

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

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

 span { border-color: rgb(0,58,54); }

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