#065243

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

Shades of Cyprus #065243

Tints of Cyprus #065243

Color information

#065243 (or 0x065243) is unknown color: approx Cyprus. HEX triplet: 06, 52 and 43. RGB value is (6,82,67). Sum of RGB (Red+Green+Blue) = 6+82+67=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #065243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065243 is #F9ADBC. Grayscale: #393939. Windows color (decimal): -16362941 or 4411910. OLE color: 4411910.

HSL color Cylindrical-coordinate representation of color #065243: hue angle of 168.16º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065243 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB68267-
CMYK0.9300.180.68
HSL168.16º86.36%17.25%-
HSV(B)168.16º92.68%32.16%-
XYZ4.116.486.34-
YUV57.57133.3291.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 82 (32.42% from 255) = 52.90%
BLUE value IS 67 (26.56% from 255) = 43.23%
R=3.87%
G=52.90%
B=43.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682670.9300.180.68168.1686.3617.25
Hex652435D01244a85611
Octal612210313502210425012621
Binary110101001010000111011101010010100010010101000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065243; }

 p { color: rgb(6,82,67); }

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

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

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

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

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

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

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