Html Css Color HEX #344942 Te Papa Green

📋 copy color: '#344942'

red 52 ◦ green 73 ◦ blue 66

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

Shades of Te Papa Green #344942

Tints of Te Papa Green #344942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.22%

 BLUE value IS 66 (26.17% from 255) = 34.55%

R = 27.23%
G = 38.22%
B = 34.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#344942 (or 0x344942) is known color: Te Papa Green. HEX triplet: 34, 49 and 42. RGB value is (52,73,66). Sum of RGB (Red+Green+Blue) = 52+73+66=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #344942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344942 is #CBB6BD. Grayscale: #414141. Windows color (decimal): -13350590 or 4344116. OLE color: 4344116.

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

Color convert

RGB 52 73 66 -
CMYK 0.29 0 0.10 0.71
HSL 160º 0.17% 0.25% -
HSV(B) 160º 0.29% 0.29% -
XYZ 4.78 5.89 6.04 -
YUV 65.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 52 73 66 0.29 0 0.10 0.71 160 0.17 0.25
Hex 34 49 42 1D 0 A 47 A0 11 19
Octal 64 111 102 35 0 12 107 240 21 31
Binary 110100 1001001 1000010 11101 0 1010 1000111 10100000 10001 11001

Color Harmonies of #344942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344942

Black with #344942

Text Example


Text Example

White with #344942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344942; }

 p { color: rgb(52,73,66); }

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

background-color css

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

 a { background-color: rgb(52,73,66); }

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

border-color css

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

 span { border-color: rgb(52,73,66); }

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