#07403D

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

Shades of Cyprus #07403D

Tints of Cyprus #07403D

Color information

#07403D (or 0x07403D) is unknown color: approx Cyprus. HEX triplet: 07, 40 and 3D. RGB value is (7,64,61). Sum of RGB (Red+Green+Blue) = 7+64+61=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #07403D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07403D is #F8BFC2. Grayscale: #2E2E2E. Windows color (decimal): -16302019 or 4014087. OLE color: 4014087.

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

Color convert

RGB76461-
CMYK0.8900.050.75
HSL176.84º80.28%13.92%-
HSV(B)176.84º89.06%25.1%-
XYZ2.764.055.05-
YUV46.62136.1299.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 61 (24.22% from 255) = 46.21%
R=5.30%
G=48.48%
B=46.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764610.8900.050.75176.8480.2813.92
Hex7403D59054Bb150e
Octal7100751310511326112016
Binary11110000001111011011001010110010111011000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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