#063635

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

Shades of Cyprus #063635

Tints of Cyprus #063635

Color information

#063635 (or 0x063635) is unknown color: approx Cyprus. HEX triplet: 06, 36 and 35. RGB value is (6,54,53). Sum of RGB (Red+Green+Blue) = 6+54+53=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #063635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063635 is #F9C9CA. Grayscale: #272727. Windows color (decimal): -16370123 or 3487238. OLE color: 3487238.

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

Color convert

RGB65453-
CMYK0.8900.020.79
HSL178.75º80%11.76%-
HSV(B)178.75º88.89%21.18%-
XYZ2.042.933.83-
YUV39.53135.6104.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=5.31%
G=47.79%
B=46.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654530.8900.020.79178.758011.76
Hex6363559024Fb350c
Octal666651310211726312014
Binary110110110110101101100101010011111011001110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063635; }

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

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

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

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

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

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

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

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