#073A38

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

Shades of Cyprus #073A38

Tints of Cyprus #073A38

Color information

#073A38 (or 0x073A38) is unknown color: approx Cyprus. HEX triplet: 07, 3A and 38. RGB value is (7,58,56). Sum of RGB (Red+Green+Blue) = 7+58+56=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #073A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A38 is #F8C5C7. Grayscale: #2A2A2A. Windows color (decimal): -16303560 or 3684871. OLE color: 3684871.

HSL color Cylindrical-coordinate representation of color #073A38: hue angle of 177.65º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A38 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB75856-
CMYK0.8800.030.77
HSL177.65º78.46%12.75%-
HSV(B)177.65º87.93%22.75%-
XYZ2.313.364.27-
YUV42.52135.6102.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.79%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=5.79%
G=47.93%
B=46.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal758560.8800.030.77177.6578.4612.75
Hex73A3858034Db24ed
Octal772701300311526211615
Binary111111010111000101100001110011011011001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073A38; }

 p { color: rgb(7,58,56); }

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

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

 a { background-color: rgb(7,58,56); }

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

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

 span { border-color: rgb(7,58,56); }

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