#1B4D44

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

Shades of Deep Teal #1B4D44

Tints of Deep Teal #1B4D44

Color information

#1B4D44 (or 0x1B4D44) is unknown color: approx Deep Teal. HEX triplet: 1B, 4D and 44. RGB value is (27,77,68). Sum of RGB (Red+Green+Blue) = 27+77+68=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #1B4D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4D44 is #E4B2BB. Grayscale: #3D3D3D. Windows color (decimal): -14987964 or 4476187. OLE color: 4476187.

HSL color Cylindrical-coordinate representation of color #1B4D44: hue angle of 169.2º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B4D44 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB277768-
CMYK0.6500.120.70
HSL169.2º48.08%20.39%-
HSV(B)169.2º64.94%30.2%-
XYZ4.155.966.4-
YUV61.02131.94103.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.70%
GREEN value IS 77 (30.47% from 255) = 44.77%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=15.70%
G=44.77%
B=39.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2777680.6500.120.70169.248.0820.39
Hex1B4D44410C46a93014
Octal331151041010141062516024
Binary110111001101100010010000010110010001101010100111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B4D44; }

 p { color: rgb(27,77,68); }

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

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

 a { background-color: rgb(27,77,68); }

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

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

 span { border-color: rgb(27,77,68); }

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