#00483A

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

Shades of Cyprus #00483A

Tints of Cyprus #00483A

Color information

#00483A (or 0x00483A) is unknown color: approx Cyprus. HEX triplet: 00, 48 and 3A. RGB value is (0,72,58). Sum of RGB (Red+Green+Blue) = 0+72+58=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #00483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00483A is #FFB7C5. Grayscale: #303030. Windows color (decimal): -16758726 or 3819520. OLE color: 3819520.

HSL color Cylindrical-coordinate representation of color #00483A: hue angle of 168.33º 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 #00483A is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB07258-
CMYK100.190.72
HSL168.33º100%14.12%-
HSV(B)168.33º100%28.24%-
XYZ3.084.944.79-
YUV48.88133.1593.14-

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) = 55.38%
BLUE value IS 58 (23.05% from 255) = 44.62%
R=0%
G=55.38%
B=44.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07258100.190.72168.3310014.12
Hex0483A6401348a864e
Octal01107214402311025014416
Binary01001000111010110010001001110010001010100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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