Html Css Color HEX #00533E Cyprus

📋 copy color: '#00533E'

red 0 ◦ green 83 ◦ blue 62

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

Shades of Cyprus #00533E

Tints of Cyprus #00533E

RGB

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

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

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

R = 0%
G = 57.24%
B = 42.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#00533E (or 0x00533E) is known color: Cyprus. HEX triplet: 00, 53 and 3E. RGB value is (0,83,62). Sum of RGB (Red+Green+Blue) = 0+83+62=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #00533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00533E is #FFACC1. Grayscale: #373737. Windows color (decimal): -16755906 or 4084480. OLE color: 4084480.

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

Color convert

RGB 0 83 62 -
CMYK 1 0 0.25 0.67
HSL 164.82º 1% 0.16% -
HSV(B) 164.82º 1% 0.33% -
XYZ 3.96 6.53 5.61 -
YUV 55.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 0 83 62 1 0 0.25 0.67 164.82 1 0.16
Hex 0 53 3E 64 0 19 43 A5 64 10
Octal 0 123 76 144 0 31 103 245 144 20
Binary 0 1010011 111110 1100100 0 11001 1000011 10100101 1100100 10000

Color Harmonies of #00533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00533E

Black with #00533E

Text Example


Text Example

White with #00533E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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