#074738

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

Shades of Deep Teal #074738

Tints of Deep Teal #074738

Color information

#074738 (or 0x074738) is unknown color: approx Deep Teal. HEX triplet: 07, 47 and 38. RGB value is (7,71,56). Sum of RGB (Red+Green+Blue) = 7+71+56=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #074738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074738 is #F8B8C7. Grayscale: #323232. Windows color (decimal): -16300232 or 3688199. OLE color: 3688199.

HSL color Cylindrical-coordinate representation of color #074738: hue angle of 165.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074738 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB77156-
CMYK0.9000.210.72
HSL165.94º82.05%15.29%-
HSV(B)165.94º90.14%27.84%-
XYZ3.054.844.51-
YUV50.15131.397.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 71 (28.12% from 255) = 52.99%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=5.22%
G=52.99%
B=41.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal771560.9000.210.72165.9482.0515.29
Hex747385A01548a652f
Octal71077013202511024612217
Binary1111000111111000101101001010110010001010011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074738; }

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

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

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

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

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

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

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

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