Html Css Color HEX #01513D Cyprus

📋 copy color: '#01513D'

red 1 ◦ green 81 ◦ blue 61

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

Shades of Cyprus #01513D

Tints of Cyprus #01513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 56.64%

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

R = 0.7%
G = 56.64%
B = 42.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#01513D (or 0x01513D) is known color: Cyprus. HEX triplet: 01, 51 and 3D. RGB value is (1,81,61). Sum of RGB (Red+Green+Blue) = 1+81+61=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #01513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01513D is #FEAEC2. Grayscale: #363636. Windows color (decimal): -16690883 or 4018433. OLE color: 4018433.

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

Color convert

RGB 1 81 61 -
CMYK 0.99 0 0.25 0.68
HSL 165º 0.98% 0.16% -
HSV(B) 165º 0.99% 0.32% -
XYZ 3.8 6.23 5.42 -
YUV 54.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 1 81 61 0.99 0 0.25 0.68 165 0.98 0.16
Hex 1 51 3D 63 0 19 44 A5 62 10
Octal 1 121 75 143 0 31 104 245 142 20
Binary 1 1010001 111101 1100011 0 11001 1000100 10100101 1100010 10000

Color Harmonies of #01513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01513D

Black with #01513D

Text Example


Text Example

White with #01513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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