#033B3A

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

Shades of Cyprus #033B3A

Tints of Cyprus #033B3A

Color information

#033B3A (or 0x033B3A) is unknown color: approx Cyprus. HEX triplet: 03, 3B and 3A. RGB value is (3,59,58). Sum of RGB (Red+Green+Blue) = 3+59+58=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #033B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B3A is #FCC4C5. Grayscale: #2A2A2A. Windows color (decimal): -16565446 or 3816195. OLE color: 3816195.

HSL color Cylindrical-coordinate representation of color #033B3A: hue angle of 178.93º 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 #033B3A is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB35958-
CMYK0.9500.020.77
HSL178.93º90.32%12.16%-
HSV(B)178.93º94.92%23.14%-
XYZ2.373.454.54-
YUV42.14136.95100.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 59 (23.44% from 255) = 49.17%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=2.5%
G=49.17%
B=48.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal359580.9500.020.77178.9390.3212.16
Hex33B3A5F024Db35ac
Octal373721370211526313214
Binary11111011111010101111101010011011011001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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