Html Css Color HEX #344A41 Te Papa Green

📋 copy color: '#344A41'

red 52 ◦ green 74 ◦ blue 65

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

Shades of Te Papa Green #344A41

Tints of Te Papa Green #344A41

RGB

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

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

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

R = 27.23%
G = 38.74%
B = 34.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#344A41 (or 0x344A41) is known color: Te Papa Green. HEX triplet: 34, 4A and 41. RGB value is (52,74,65). Sum of RGB (Red+Green+Blue) = 52+74+65=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 74 - color contains mainly: green. Hex color #344A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A41 is #CBB5BE. Grayscale: #424242. Windows color (decimal): -13350335 or 4278836. OLE color: 4278836.

HSL color Cylindrical-coordinate representation of color #344A41: hue angle of 155.45º 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 #344A41 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 74 65 -
CMYK 0.30 0 0.12 0.71
HSL 155.45º 0.17% 0.25% -
HSV(B) 155.45º 0.3% 0.29% -
XYZ 4.82 6.01 5.91 -
YUV 66.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 52 74 65 0.30 0 0.12 0.71 155.45 0.17 0.25
Hex 34 4A 41 1E 0 C 47 9B 11 19
Octal 64 112 101 36 0 14 107 233 21 31
Binary 110100 1001010 1000001 11110 0 1100 1000111 10011011 10001 11001

Color Harmonies of #344A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A41

Black with #344A41

Text Example


Text Example

White with #344A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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