Html Css Color HEX #344841 Te Papa Green

📋 copy color: '#344841'

red 52 ◦ green 72 ◦ blue 65

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

Shades of Te Papa Green #344841

Tints of Te Papa Green #344841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 27.51%
G = 38.1%
B = 34.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#344841 (or 0x344841) is known color: Te Papa Green. HEX triplet: 34, 48 and 41. RGB value is (52,72,65). Sum of RGB (Red+Green+Blue) = 52+72+65=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #344841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344841 is #CBB7BE. Grayscale: #414141. Windows color (decimal): -13350847 or 4278324. OLE color: 4278324.

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

Color convert

RGB 52 72 65 -
CMYK 0.28 0 0.10 0.72
HSL 159º 0.16% 0.24% -
HSV(B) 159º 0.28% 0.28% -
XYZ 4.69 5.75 5.86 -
YUV 65.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 52 72 65 0.28 0 0.10 0.72 159 0.16 0.24
Hex 34 48 41 1C 0 A 48 9F 10 18
Octal 64 110 101 34 0 12 110 237 20 30
Binary 110100 1001000 1000001 11100 0 1010 1001000 10011111 10000 11000

Color Harmonies of #344841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344841

Black with #344841

Text Example


Text Example

White with #344841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344841; }

 p { color: rgb(52,72,65); }

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

background-color css

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

 a { background-color: rgb(52,72,65); }

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

border-color css

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

 span { border-color: rgb(52,72,65); }

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