Html Css Color HEX #01483F Cyprus

📋 copy color: '#01483F'

red 1 ◦ green 72 ◦ blue 63

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

Shades of Cyprus #01483F

Tints of Cyprus #01483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.94%

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

R = 0.74%
G = 52.94%
B = 46.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#01483F (or 0x01483F) is known color: Cyprus. HEX triplet: 01, 48 and 3F. RGB value is (1,72,63). Sum of RGB (Red+Green+Blue) = 1+72+63=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #01483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01483F is #FEB7C0. Grayscale: #313131. Windows color (decimal): -16693185 or 4147201. OLE color: 4147201.

HSL color Cylindrical-coordinate representation of color #01483F: hue angle of 172.39º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01483F is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 63 -
CMYK 0.99 0 0.12 0.72
HSL 172.39º 0.97% 0.14% -
HSV(B) 172.39º 0.99% 0.28% -
XYZ 3.23 5 5.5 -
YUV 49.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 1 72 63 0.99 0 0.12 0.72 172.39 0.97 0.14
Hex 1 48 3F 63 0 C 48 AC 61 E
Octal 1 110 77 143 0 14 110 254 141 16
Binary 1 1001000 111111 1100011 0 1100 1001000 10101100 1100001 1110

Color Harmonies of #01483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01483F

Black with #01483F

Text Example


Text Example

White with #01483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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