Html Css Color HEX #034636 Deep Teal

📋 copy color: '#034636'

red 3 ◦ green 70 ◦ blue 54

#034636
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #034636

Tints of Deep Teal #034636

RGB

 RED value IS 3 (1.56% from 255) = 2.36%

 GREEN value IS 70 (27.73% from 255) = 55.12%

 BLUE value IS 54 (21.48% from 255) = 42.52%

R = 2.36%
G = 55.12%
B = 42.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#034636 (or 0x034636) is known color: Deep Teal. HEX triplet: 03, 46 and 36. RGB value is (3,70,54). Sum of RGB (Red+Green+Blue) = 3+70+54=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #034636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034636 is #FCB9C9. Grayscale: #303030. Windows color (decimal): -16562634 or 3556867. OLE color: 3556867.

HSL color Cylindrical-coordinate representation of color #034636: hue angle of 165.67º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034636 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 54 -
CMYK 0.96 0 0.23 0.73
HSL 165.67º 0.92% 0.14% -
HSV(B) 165.67º 0.96% 0.27% -
XYZ 2.89 4.67 4.24 -
YUV 48.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 3 70 54 0.96 0 0.23 0.73 165.67 0.92 0.14
Hex 3 46 36 60 0 17 49 A6 5C E
Octal 3 106 66 140 0 27 111 246 134 16
Binary 11 1000110 110110 1100000 0 10111 1001001 10100110 1011100 1110

Color Harmonies of #034636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034636

Black with #034636

Text Example


Text Example

White with #034636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034636; }

 p { color: rgb(3,70,54); }

 H1.HeaderClassName
 {
   color: #034636;
 }
 .AnyTagClassName
 {
   color: #034636;
 }
</style>

background-color css

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

 a { background-color: rgb(3,70,54); }

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

border-color css

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

 span { border-color: rgb(3,70,54); }

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