#063735

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

Shades of Cyprus #063735

Tints of Cyprus #063735

Color information

#063735 (or 0x063735) is unknown color: approx Cyprus. HEX triplet: 06, 37 and 35. RGB value is (6,55,53). Sum of RGB (Red+Green+Blue) = 6+55+53=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #063735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063735 is #F9C8CA. Grayscale: #282828. Windows color (decimal): -16369867 or 3487494. OLE color: 3487494.

HSL color Cylindrical-coordinate representation of color #063735: hue angle of 177.55º degrees, saturation: 0.8, 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 #063735 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB65553-
CMYK0.8900.040.78
HSL177.55º80.33%11.96%-
HSV(B)177.55º89.09%21.57%-
XYZ2.083.033.84-
YUV40.12135.27103.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 55 (21.88% from 255) = 48.25%
BLUE value IS 53 (21.09% from 255) = 46.49%
R=5.26%
G=48.25%
B=46.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal655530.8900.040.78177.5580.3311.96
Hex6373559044Eb250c
Octal667651310411626212014
Binary1101101111101011011001010010011101011001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063735; }

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

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

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

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

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

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

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

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