Html Css Color HEX #01533F Cyprus

📋 copy color: '#01533F'

red 1 ◦ green 83 ◦ blue 63

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

Shades of Cyprus #01533F

Tints of Cyprus #01533F

RGB

 RED value IS 1 (0.78% from 255) = 0.68%

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

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

R = 0.68%
G = 56.46%
B = 42.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#01533F (or 0x01533F) is known color: Cyprus. HEX triplet: 01, 53 and 3F. RGB value is (1,83,63). Sum of RGB (Red+Green+Blue) = 1+83+63=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #01533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01533F is #FEACC0. Grayscale: #383838. Windows color (decimal): -16690369 or 4150017. OLE color: 4150017.

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

Color convert

RGB 1 83 63 -
CMYK 0.99 0 0.24 0.67
HSL 165.37º 0.98% 0.16% -
HSV(B) 165.37º 0.99% 0.33% -
XYZ 4 6.55 5.76 -
YUV 56.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 1 83 63 0.99 0 0.24 0.67 165.37 0.98 0.16
Hex 1 53 3F 63 0 18 43 A5 62 10
Octal 1 123 77 143 0 30 103 245 142 20
Binary 1 1010011 111111 1100011 0 11000 1000011 10100101 1100010 10000

Color Harmonies of #01533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01533F

Black with #01533F

Text Example


Text Example

White with #01533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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