Html Css Color HEX #00523E Cyprus

📋 copy color: '#00523E'

red 0 ◦ green 82 ◦ blue 62

#00523E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #00523E

Tints of Cyprus #00523E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 82 (32.42% from 255) = 56.94%

 BLUE value IS 62 (24.61% from 255) = 43.06%

R = 0%
G = 56.94%
B = 43.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#00523E (or 0x00523E) is known color: Cyprus. HEX triplet: 00, 52 and 3E. RGB value is (0,82,62). Sum of RGB (Red+Green+Blue) = 0+82+62=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #00523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00523E is #FFADC1. Grayscale: #373737. Windows color (decimal): -16756162 or 4084224. OLE color: 4084224.

HSL color Cylindrical-coordinate representation of color #00523E: hue angle of 165.37º 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 #00523E is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 82 62 -
CMYK 1 0 0.24 0.68
HSL 165.37º 1% 0.16% -
HSV(B) 165.37º 1% 0.32% -
XYZ 3.89 6.38 5.58 -
YUV 55.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 0 82 62 1 0 0.24 0.68 165.37 1 0.16
Hex 0 52 3E 64 0 18 44 A5 64 10
Octal 0 122 76 144 0 30 104 245 144 20
Binary 0 1010010 111110 1100100 0 11000 1000100 10100101 1100100 10000

Color Harmonies of #00523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00523E

Black with #00523E

Text Example


Text Example

White with #00523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00523E;
 }
 .AnyTagClassName
 {
   color: #00523E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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