Html Css Color HEX #344D41 Te Papa Green

📋 copy color: '#344D41'

red 52 ◦ green 77 ◦ blue 65

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

Shades of Te Papa Green #344D41

Tints of Te Papa Green #344D41

RGB

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

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

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

R = 26.8%
G = 39.69%
B = 33.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#344D41 (or 0x344D41) is known color: Te Papa Green. HEX triplet: 34, 4D and 41. RGB value is (52,77,65). Sum of RGB (Red+Green+Blue) = 52+77+65=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #344D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D41 is #CBB2BE. Grayscale: #444444. Windows color (decimal): -13349567 or 4279604. OLE color: 4279604.

HSL color Cylindrical-coordinate representation of color #344D41: hue angle of 151.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 #344D41 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 77 65 -
CMYK 0.32 0 0.16 0.70
HSL 151.2º 0.19% 0.25% -
HSV(B) 151.2º 0.32% 0.3% -
XYZ 5.02 6.42 5.98 -
YUV 68.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 52 77 65 0.32 0 0.16 0.70 151.2 0.19 0.25
Hex 34 4D 41 20 0 10 46 97 13 19
Octal 64 115 101 40 0 20 106 227 23 31
Binary 110100 1001101 1000001 100000 0 10000 1000110 10010111 10011 11001

Color Harmonies of #344D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D41

Black with #344D41

Text Example


Text Example

White with #344D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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