Html Css Color HEX #034838 Deep Teal

📋 copy color: '#034838'

red 3 ◦ green 72 ◦ blue 56

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

Shades of Deep Teal #034838

Tints of Deep Teal #034838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.96%

 BLUE value IS 56 (22.27% from 255) = 42.75%

R = 2.29%
G = 54.96%
B = 42.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#034838 (or 0x034838) is known color: Deep Teal. HEX triplet: 03, 48 and 38. RGB value is (3,72,56). Sum of RGB (Red+Green+Blue) = 3+72+56=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #034838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034838 is #FCB7C7. Grayscale: #313131. Windows color (decimal): -16562120 or 3688451. OLE color: 3688451.

HSL color Cylindrical-coordinate representation of color #034838: hue angle of 166.09º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034838 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 56 -
CMYK 0.96 0 0.22 0.72
HSL 166.09º 0.92% 0.15% -
HSV(B) 166.09º 0.96% 0.28% -
XYZ 3.07 4.94 4.53 -
YUV 49.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 3 72 56 0.96 0 0.22 0.72 166.09 0.92 0.15
Hex 3 48 38 60 0 16 48 A6 5C F
Octal 3 110 70 140 0 26 110 246 134 17
Binary 11 1001000 111000 1100000 0 10110 1001000 10100110 1011100 1111

Color Harmonies of #034838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034838

Black with #034838

Text Example


Text Example

White with #034838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034838; }

 p { color: rgb(3,72,56); }

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

background-color css

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

 a { background-color: rgb(3,72,56); }

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

border-color css

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

 span { border-color: rgb(3,72,56); }

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