#064038

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

Shades of Cyprus #064038

Tints of Cyprus #064038

Color information

#064038 (or 0x064038) is unknown color: approx Cyprus. HEX triplet: 06, 40 and 38. RGB value is (6,64,56). Sum of RGB (Red+Green+Blue) = 6+64+56=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #064038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064038 is #F9BFC7. Grayscale: #2D2D2D. Windows color (decimal): -16367560 or 3686406. OLE color: 3686406.

HSL color Cylindrical-coordinate representation of color #064038: hue angle of 171.72º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064038 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB66456-
CMYK0.9100.130.75
HSL171.72º82.86%13.73%-
HSV(B)171.72º90.62%25.1%-
XYZ2.623.994.37-
YUV45.75133.7899.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=4.76%
G=50.79%
B=44.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal664560.9100.130.75171.7282.8613.73
Hex640385B0D4Bac53e
Octal61007013301511325412316
Binary110100000011100010110110110110010111010110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064038; }

 p { color: rgb(6,64,56); }

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

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

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

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

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

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

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