Html Css Color HEX #01503D Cyprus

📋 copy color: '#01503D'

red 1 ◦ green 80 ◦ blue 61

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

Shades of Cyprus #01503D

Tints of Cyprus #01503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.34%

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

R = 0.7%
G = 56.34%
B = 42.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#01503D (or 0x01503D) is known color: Cyprus. HEX triplet: 01, 50 and 3D. RGB value is (1,80,61). Sum of RGB (Red+Green+Blue) = 1+80+61=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #01503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01503D is #FEAFC2. Grayscale: #363636. Windows color (decimal): -16691139 or 4018177. OLE color: 4018177.

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

Color convert

RGB 1 80 61 -
CMYK 0.99 0 0.24 0.69
HSL 165.57º 0.98% 0.16% -
HSV(B) 165.57º 0.99% 0.31% -
XYZ 3.72 6.08 5.39 -
YUV 54.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 1 80 61 0.99 0 0.24 0.69 165.57 0.98 0.16
Hex 1 50 3D 63 0 18 45 A6 62 10
Octal 1 120 75 143 0 30 105 246 142 20
Binary 1 1010000 111101 1100011 0 11000 1000101 10100110 1100010 10000

Color Harmonies of #01503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01503D

Black with #01503D

Text Example


Text Example

White with #01503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,80,61); }

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

background-color css

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

 a { background-color: rgb(1,80,61); }

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

border-color css

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

 span { border-color: rgb(1,80,61); }

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