Html Css Color HEX #00523D Cyprus

📋 copy color: '#00523D'

red 0 ◦ green 82 ◦ blue 61

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

Shades of Cyprus #00523D

Tints of Cyprus #00523D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 42.66%

R = 0%
G = 57.34%
B = 42.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#00523D (or 0x00523D) is known color: Cyprus. HEX triplet: 00, 52 and 3D. RGB value is (0,82,61). Sum of RGB (Red+Green+Blue) = 0+82+61=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #00523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00523D is #FFADC2. Grayscale: #373737. Windows color (decimal): -16756163 or 4018688. OLE color: 4018688.

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

Color convert

RGB 0 82 61 -
CMYK 1 0 0.26 0.68
HSL 164.63º 1% 0.16% -
HSV(B) 164.63º 1% 0.32% -
XYZ 3.86 6.37 5.44 -
YUV 55.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 0 82 61 1 0 0.26 0.68 164.63 1 0.16
Hex 0 52 3D 64 0 1A 44 A5 64 10
Octal 0 122 75 144 0 32 104 245 144 20
Binary 0 1010010 111101 1100100 0 11010 1000100 10100101 1100100 10000

Color Harmonies of #00523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00523D

Black with #00523D

Text Example


Text Example

White with #00523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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