Html Css Color HEX #013938 Cyprus

📋 copy color: '#013938'

red 1 ◦ green 57 ◦ blue 56

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

Shades of Cyprus #013938

Tints of Cyprus #013938

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50%

 BLUE value IS 56 (22.27% from 255) = 49.12%

R = 0.88%
G = 50%
B = 49.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#013938 (or 0x013938) is known color: Cyprus. HEX triplet: 01, 39 and 38. RGB value is (1,57,56). Sum of RGB (Red+Green+Blue) = 1+57+56=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #013938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013938 is #FEC6C7. Grayscale: #282828. Windows color (decimal): -16697032 or 3684609. OLE color: 3684609.

HSL color Cylindrical-coordinate representation of color #013938: hue angle of 178.93º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013938 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 56 -
CMYK 0.98 0 0.02 0.78
HSL 178.93º 0.97% 0.11% -
HSV(B) 178.93º 0.98% 0.22% -
XYZ 2.19 3.22 4.25 -
YUV 40.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 1 57 56 0.98 0 0.02 0.78 178.93 0.97 0.11
Hex 1 39 38 62 0 2 4E B3 61 B
Octal 1 71 70 142 0 2 116 263 141 13
Binary 1 111001 111000 1100010 0 10 1001110 10110011 1100001 1011

Color Harmonies of #013938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013938

Black with #013938

Text Example


Text Example

White with #013938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013938; }

 p { color: rgb(1,57,56); }

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

background-color css

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

 a { background-color: rgb(1,57,56); }

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

border-color css

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

 span { border-color: rgb(1,57,56); }

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