#063534

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

Shades of Cyprus #063534

Tints of Cyprus #063534

Color information

#063534 (or 0x063534) is unknown color: approx Cyprus. HEX triplet: 06, 35 and 34. RGB value is (6,53,52). Sum of RGB (Red+Green+Blue) = 6+53+52=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #063534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063534 is #F9CACB. Grayscale: #262626. Windows color (decimal): -16370380 or 3421446. OLE color: 3421446.

HSL color Cylindrical-coordinate representation of color #063534: hue angle of 178.72º 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 #063534 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB65352-
CMYK0.8900.020.79
HSL178.72º79.66%11.57%-
HSV(B)178.72º88.68%20.78%-
XYZ1.972.833.69-
YUV38.83135.43104.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 52 (20.70% from 255) = 46.85%
R=5.41%
G=47.75%
B=46.85%

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
Decimal653520.8900.020.79178.7279.6611.57
Hex6353459024Fb350c
Octal665641310211726312014
Binary110110101110100101100101010011111011001110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063534; }

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

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

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

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

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

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

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

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