#07403E

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

Shades of Cyprus #07403E

Tints of Cyprus #07403E

Color information

#07403E (or 0x07403E) is unknown color: approx Cyprus. HEX triplet: 07, 40 and 3E. RGB value is (7,64,62). Sum of RGB (Red+Green+Blue) = 7+64+62=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #07403E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07403E is #F8BFC1. Grayscale: #2E2E2E. Windows color (decimal): -16302018 or 4079623. OLE color: 4079623.

HSL color Cylindrical-coordinate representation of color #07403E: hue angle of 177.89º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07403E is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB76462-
CMYK0.8900.030.75
HSL177.89º80.28%13.92%-
HSV(B)177.89º89.06%25.1%-
XYZ2.794.065.19-
YUV46.73136.6299.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=5.26%
G=48.12%
B=46.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764620.8900.030.75177.8980.2813.92
Hex7403E59034Bb250e
Octal7100761310311326212016
Binary1111000000111110101100101110010111011001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07403E; }

 p { color: rgb(7,64,62); }

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

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

 a { background-color: rgb(7,64,62); }

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

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

 span { border-color: rgb(7,64,62); }

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