#074534

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

Shades of Deep Teal #074534

Tints of Deep Teal #074534

Color information

#074534 (or 0x074534) is unknown color: approx Deep Teal. HEX triplet: 07, 45 and 34. RGB value is (7,69,52). Sum of RGB (Red+Green+Blue) = 7+69+52=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #074534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074534 is #F8BACB. Grayscale: #303030. Windows color (decimal): -16300748 or 3425543. OLE color: 3425543.

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

Color convert

RGB76952-
CMYK0.9000.250.73
HSL163.55º81.58%14.9%-
HSV(B)163.55º89.86%27.06%-
XYZ2.844.553.98-
YUV48.52129.9698.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 69 (27.34% from 255) = 53.91%
BLUE value IS 52 (20.70% from 255) = 40.62%
R=5.47%
G=53.91%
B=40.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769520.9000.250.73163.5581.5814.9
Hex745345A01949a452f
Octal71056413203111124412217
Binary1111000101110100101101001100110010011010010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074534; }

 p { color: rgb(7,69,52); }

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

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

 a { background-color: rgb(7,69,52); }

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

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

 span { border-color: rgb(7,69,52); }

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