#033A38

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

Shades of Cyprus #033A38

Tints of Cyprus #033A38

Color information

#033A38 (or 0x033A38) is unknown color: approx Cyprus. HEX triplet: 03, 3A and 38. RGB value is (3,58,56). Sum of RGB (Red+Green+Blue) = 3+58+56=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #033A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A38 is #FCC5C7. Grayscale: #292929. Windows color (decimal): -16565704 or 3684867. OLE color: 3684867.

HSL color Cylindrical-coordinate representation of color #033A38: hue angle of 177.82º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A38 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB35856-
CMYK0.9500.030.77
HSL177.82º90.16%11.96%-
HSV(B)177.82º94.83%22.75%-
XYZ2.263.334.26-
YUV41.33136.28100.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 58 (23.05% from 255) = 49.57%
BLUE value IS 56 (22.27% from 255) = 47.86%
R=2.56%
G=49.57%
B=47.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358560.9500.030.77177.8290.1611.96
Hex33A385F034Db25ac
Octal372701370311526213214
Binary11111010111000101111101110011011011001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033A38; }

 p { color: rgb(3,58,56); }

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

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

 a { background-color: rgb(3,58,56); }

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

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

 span { border-color: rgb(3,58,56); }

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