#063738

Color #063738 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #063738

Tints of Cyprus #063738

Color information

#063738 (or 0x063738) is unknown color: approx Cyprus. HEX triplet: 06, 37 and 38. RGB value is (6,55,56). Sum of RGB (Red+Green+Blue) = 6+55+56=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 56 - color contains mainly: blue. Hex color #063738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063738 is #F9C8C7. Grayscale: #282828. Windows color (decimal): -16369864 or 3684102. OLE color: 3684102.

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

Color convert

RGB65556-
CMYK0.890.0200.78
HSL181.2º80.65%12.16%-
HSV(B)181.2º89.29%21.96%-
XYZ2.163.064.22-
YUV40.46136.77103.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 55 (21.88% from 255) = 47.01%
BLUE value IS 56 (22.27% from 255) = 47.86%
R=5.13%
G=47.01%
B=47.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655560.890.0200.78181.280.6512.16
Hex6373859204Eb551c
Octal667701312011626512114
Binary110110111111000101100110010011101011010110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063738; }

 p { color: rgb(6,55,56); }

 H1.HeaderClassName
 {
   color: #063738;
 }
 .AnyTagClassName
 {
   color: #063738;
 }
</style>
background-color css

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

 a { background-color: rgb(6,55,56); }

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

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

 span { border-color: rgb(6,55,56); }

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