#063636

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

Shades of Cyprus #063636

Tints of Cyprus #063636

Color information

#063636 (or 0x063636) is unknown color: approx Cyprus. HEX triplet: 06, 36 and 36. RGB value is (6,54,54). Sum of RGB (Red+Green+Blue) = 6+54+54=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 54 (21.48% from 255 or 47.37% from 114); Blue value is 54 (21.48% from 255 or 47.37% from 114); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #063636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063636 is #F9C9C9. Grayscale: #272727. Windows color (decimal): -16370122 or 3552774. OLE color: 3552774.

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

Color convert

RGB65454-
CMYK0.89000.79
HSL180º80%11.76%-
HSV(B)180º88.89%21.18%-
XYZ2.062.943.95-
YUV39.65136.1104-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 54 (21.48% from 255) = 47.37%
BLUE value IS 54 (21.48% from 255) = 47.37%
R=5.26%
G=47.37%
B=47.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal654540.89000.791808011.76
Hex6363659004Fb450c
Octal666661310011726412014
Binary11011011011011010110010010011111011010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063636; }

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

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

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

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

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

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

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

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