Html Css Color HEX #344A40 Te Papa Green

📋 copy color: '#344A40'

red 52 ◦ green 74 ◦ blue 64

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

Shades of Te Papa Green #344A40

Tints of Te Papa Green #344A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.95%

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 27.37%
G = 38.95%
B = 33.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#344A40 (or 0x344A40) is known color: Te Papa Green. HEX triplet: 34, 4A and 40. RGB value is (52,74,64). Sum of RGB (Red+Green+Blue) = 52+74+64=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 74 - color contains mainly: green. Hex color #344A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A40 is #CBB5BF. Grayscale: #424242. Windows color (decimal): -13350336 or 4213300. OLE color: 4213300.

HSL color Cylindrical-coordinate representation of color #344A40: hue angle of 152.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344A40 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 74 64 -
CMYK 0.30 0 0.14 0.71
HSL 152.73º 0.17% 0.25% -
HSV(B) 152.73º 0.3% 0.29% -
XYZ 4.79 6 5.76 -
YUV 66.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 52 74 64 0.30 0 0.14 0.71 152.73 0.17 0.25
Hex 34 4A 40 1E 0 E 47 99 11 19
Octal 64 112 100 36 0 16 107 231 21 31
Binary 110100 1001010 1000000 11110 0 1110 1000111 10011001 10001 11001

Color Harmonies of #344A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A40

Black with #344A40

Text Example


Text Example

White with #344A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,74,64); }

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

background-color css

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

 a { background-color: rgb(52,74,64); }

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

border-color css

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

 span { border-color: rgb(52,74,64); }

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