Html Css Color HEX #344842 Te Papa Green

📋 copy color: '#344842'

red 52 ◦ green 72 ◦ blue 66

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

Shades of Te Papa Green #344842

Tints of Te Papa Green #344842

RGB

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

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

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

R = 27.37%
G = 37.89%
B = 34.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#344842 (or 0x344842) is known color: Te Papa Green. HEX triplet: 34, 48 and 42. RGB value is (52,72,66). Sum of RGB (Red+Green+Blue) = 52+72+66=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #344842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344842 is #CBB7BD. Grayscale: #414141. Windows color (decimal): -13350846 or 4343860. OLE color: 4343860.

HSL color Cylindrical-coordinate representation of color #344842: hue angle of 162º 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 #344842 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 66 -
CMYK 0.28 0 0.08 0.72
HSL 162º 0.16% 0.24% -
HSV(B) 162º 0.28% 0.28% -
XYZ 4.72 5.76 6.02 -
YUV 65.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 52 72 66 0.28 0 0.08 0.72 162 0.16 0.24
Hex 34 48 42 1C 0 8 48 A2 10 18
Octal 64 110 102 34 0 10 110 242 20 30
Binary 110100 1001000 1000010 11100 0 1000 1001000 10100010 10000 11000

Color Harmonies of #344842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344842

Black with #344842

Text Example


Text Example

White with #344842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344842; }

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

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

background-color css

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

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

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

border-color css

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

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

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