#00483B

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

Shades of Cyprus #00483B

Tints of Cyprus #00483B

Color information

#00483B (or 0x00483B) is unknown color: approx Cyprus. HEX triplet: 00, 48 and 3B. RGB value is (0,72,59). Sum of RGB (Red+Green+Blue) = 0+72+59=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #00483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00483B is #FFB7C4. Grayscale: #303030. Windows color (decimal): -16758725 or 3885056. OLE color: 3885056.

HSL color Cylindrical-coordinate representation of color #00483B: hue angle of 169.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00483B is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB07259-
CMYK100.180.72
HSL169.17º100%14.12%-
HSV(B)169.17º100%28.24%-
XYZ3.114.954.93-
YUV48.99133.6593.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 54.96%
BLUE value IS 59 (23.44% from 255) = 45.04%
R=0%
G=54.96%
B=45.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07259100.180.72169.1710014.12
Hex0483B6401248a964e
Octal01107314402211025114416
Binary01001000111011110010001001010010001010100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00483B; }

 p { color: rgb(0,72,59); }

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

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

 a { background-color: rgb(0,72,59); }

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

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

 span { border-color: rgb(0,72,59); }

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