Html Css Color HEX #013634 Cyprus

📋 copy color: '#013634'

red 1 ◦ green 54 ◦ blue 52

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

Shades of Cyprus #013634

Tints of Cyprus #013634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 50.47%

 BLUE value IS 52 (20.7% from 255) = 48.6%

R = 0.93%
G = 50.47%
B = 48.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#013634 (or 0x013634) is known color: Cyprus. HEX triplet: 01, 36 and 34. RGB value is (1,54,52). Sum of RGB (Red+Green+Blue) = 1+54+52=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #013634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013634 is #FEC9CB. Grayscale: #252525. Windows color (decimal): -16697804 or 3421697. OLE color: 3421697.

HSL color Cylindrical-coordinate representation of color #013634: hue angle of 177.74º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013634 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 54 52 -
CMYK 0.98 0 0.04 0.79
HSL 177.74º 0.96% 0.11% -
HSV(B) 177.74º 0.98% 0.21% -
XYZ 1.95 2.89 3.7 -
YUV 37.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 1 54 52 0.98 0 0.04 0.79 177.74 0.96 0.11
Hex 1 36 34 62 0 4 4F B2 60 B
Octal 1 66 64 142 0 4 117 262 140 13
Binary 1 110110 110100 1100010 0 100 1001111 10110010 1100000 1011

Color Harmonies of #013634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013634

Black with #013634

Text Example


Text Example

White with #013634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013634; }

 p { color: rgb(1,54,52); }

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

background-color css

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

 a { background-color: rgb(1,54,52); }

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

border-color css

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

 span { border-color: rgb(1,54,52); }

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