Html Css Color HEX #00533F Cyprus

📋 copy color: '#00533F'

red 0 ◦ green 83 ◦ blue 63

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

Shades of Cyprus #00533F

Tints of Cyprus #00533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.85%

 BLUE value IS 63 (25% from 255) = 43.15%

R = 0%
G = 56.85%
B = 43.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#00533F (or 0x00533F) is known color: Cyprus. HEX triplet: 00, 53 and 3F. RGB value is (0,83,63). Sum of RGB (Red+Green+Blue) = 0+83+63=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #00533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00533F is #FFACC0. Grayscale: #373737. Windows color (decimal): -16755905 or 4150016. OLE color: 4150016.

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

Color convert

RGB 0 83 63 -
CMYK 1 0 0.24 0.67
HSL 165.54º 1% 0.16% -
HSV(B) 165.54º 1% 0.33% -
XYZ 3.99 6.55 5.76 -
YUV 55.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 0 83 63 1 0 0.24 0.67 165.54 1 0.16
Hex 0 53 3F 64 0 18 43 A6 64 10
Octal 0 123 77 144 0 30 103 246 144 20
Binary 0 1010011 111111 1100100 0 11000 1000011 10100110 1100100 10000

Color Harmonies of #00533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00533F

Black with #00533F

Text Example


Text Example

White with #00533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00533F;
 }
 .AnyTagClassName
 {
   color: #00533F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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