#07403F

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

Shades of Cyprus #07403F

Tints of Cyprus #07403F

Color information

#07403F (or 0x07403F) is unknown color: approx Cyprus. HEX triplet: 07, 40 and 3F. RGB value is (7,64,63). Sum of RGB (Red+Green+Blue) = 7+64+63=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #07403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07403F is #F8BFC0. Grayscale: #2E2E2E. Windows color (decimal): -16302017 or 4145159. OLE color: 4145159.

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

Color convert

RGB76463-
CMYK0.8900.020.75
HSL178.95º80.28%13.92%-
HSV(B)178.95º89.06%25.1%-
XYZ2.824.075.34-
YUV46.84137.1299.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 63 (25% from 255) = 47.01%
R=5.22%
G=47.76%
B=47.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764630.8900.020.75178.9580.2813.92
Hex7403F59024Bb350e
Octal7100771310211326312016
Binary1111000000111111101100101010010111011001110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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