Html Css Color HEX #344740 Te Papa Green

📋 copy color: '#344740'

red 52 ◦ green 71 ◦ blue 64

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

Shades of Te Papa Green #344740

Tints of Te Papa Green #344740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.97%

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

R = 27.81%
G = 37.97%
B = 34.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#344740 (or 0x344740) is known color: Te Papa Green. HEX triplet: 34, 47 and 40. RGB value is (52,71,64). Sum of RGB (Red+Green+Blue) = 52+71+64=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #344740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344740 is #CBB8BF. Grayscale: #404040. Windows color (decimal): -13351104 or 4212532. OLE color: 4212532.

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

Color convert

RGB 52 71 64 -
CMYK 0.27 0 0.10 0.72
HSL 157.89º 0.15% 0.24% -
HSV(B) 157.89º 0.27% 0.28% -
XYZ 4.59 5.61 5.69 -
YUV 64.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 52 71 64 0.27 0 0.10 0.72 157.89 0.15 0.24
Hex 34 47 40 1B 0 A 48 9E F 18
Octal 64 107 100 33 0 12 110 236 17 30
Binary 110100 1000111 1000000 11011 0 1010 1001000 10011110 1111 11000

Color Harmonies of #344740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344740

Black with #344740

Text Example


Text Example

White with #344740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344740; }

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

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

background-color css

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

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

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

border-color css

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

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

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