Html Css Color HEX #344D46 Te Papa Green

📋 copy color: '#344D46'

red 52 ◦ green 77 ◦ blue 70

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

Shades of Te Papa Green #344D46

Tints of Te Papa Green #344D46

RGB

 RED value IS 52 (20.7% from 255) = 26.13%

 GREEN value IS 77 (30.47% from 255) = 38.69%

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 26.13%
G = 38.69%
B = 35.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#344D46 (or 0x344D46) is known color: Te Papa Green. HEX triplet: 34, 4D and 46. RGB value is (52,77,70). Sum of RGB (Red+Green+Blue) = 52+77+70=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 77 - color contains mainly: green. Hex color #344D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D46 is #CBB2B9. Grayscale: #444444. Windows color (decimal): -13349562 or 4607284. OLE color: 4607284.

HSL color Cylindrical-coordinate representation of color #344D46: hue angle of 163.2º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344D46 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 77 70 -
CMYK 0.32 0 0.09 0.70
HSL 163.2º 0.19% 0.25% -
HSV(B) 163.2º 0.32% 0.3% -
XYZ 5.18 6.48 6.77 -
YUV 68.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 52 77 70 0.32 0 0.09 0.70 163.2 0.19 0.25
Hex 34 4D 46 20 0 9 46 A3 13 19
Octal 64 115 106 40 0 11 106 243 23 31
Binary 110100 1001101 1000110 100000 0 1001 1000110 10100011 10011 11001

Color Harmonies of #344D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D46

Black with #344D46

Text Example


Text Example

White with #344D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344D46; }

 p { color: rgb(52,77,70); }

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

background-color css

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

 a { background-color: rgb(52,77,70); }

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

border-color css

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

 span { border-color: rgb(52,77,70); }

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