Html Css Color HEX #013E3D Cyprus

📋 copy color: '#013E3D'

red 1 ◦ green 62 ◦ blue 61

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

Shades of Cyprus #013E3D

Tints of Cyprus #013E3D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 50%

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

R = 0.81%
G = 50%
B = 49.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#013E3D (or 0x013E3D) is known color: Cyprus. HEX triplet: 01, 3E and 3D. RGB value is (1,62,61). Sum of RGB (Red+Green+Blue) = 1+62+61=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 62 (24.61% from 255 or 50% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 62 - color contains mainly: green. Hex color #013E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E3D is #FEC1C2. Grayscale: #2B2B2B. Windows color (decimal): -16695747 or 4013569. OLE color: 4013569.

HSL color Cylindrical-coordinate representation of color #013E3D: hue angle of 179.02º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E3D is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 62 61 -
CMYK 0.98 0 0.02 0.76
HSL 179.02º 0.97% 0.12% -
HSV(B) 179.02º 0.98% 0.24% -
XYZ 2.58 3.79 5.01 -
YUV 43.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 1 62 61 0.98 0 0.02 0.76 179.02 0.97 0.12
Hex 1 3E 3D 62 0 2 4C B3 61 C
Octal 1 76 75 142 0 2 114 263 141 14
Binary 1 111110 111101 1100010 0 10 1001100 10110011 1100001 1100

Color Harmonies of #013E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E3D

Black with #013E3D

Text Example


Text Example

White with #013E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E3D; }

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

 H1.HeaderClassName
 {
   color: #013E3D;
 }
 .AnyTagClassName
 {
   color: #013E3D;
 }
</style>

background-color css

<style>
 a { background-color: #013E3D; }

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

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

border-color css

<style>
 span { border-color: #013E3D; }

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

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