#00523F

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

Shades of Cyprus #00523F

Tints of Cyprus #00523F

Color information

#00523F (or 0x00523F) is unknown color: approx Cyprus. HEX triplet: 00, 52 and 3F. RGB value is (0,82,63). Sum of RGB (Red+Green+Blue) = 0+82+63=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #00523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00523F is #FFADC0. Grayscale: #373737. Windows color (decimal): -16756161 or 4149760. OLE color: 4149760.

HSL color Cylindrical-coordinate representation of color #00523F: hue angle of 166.1º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00523F is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB08263-
CMYK100.230.68
HSL166.1º100%16.08%-
HSV(B)166.1º100%32.16%-
XYZ3.916.395.73-
YUV55.32132.3388.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 56.55%
BLUE value IS 63 (25% from 255) = 43.45%
R=0%
G=56.55%
B=43.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08263100.230.68166.110016.08
Hex0523F6401744a66410
Octal01227714402710424614420
Binary010100101111111100100010111100010010100110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00523F; }

 p { color: rgb(0,82,63); }

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

<style>
 a { background-color: #00523F; }

 a { background-color: rgb(0,82,63); }

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

<style>
 span { border-color: #00523F; }

 span { border-color: rgb(0,82,63); }

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