Html Css Color HEX #344943 Te Papa Green

📋 copy color: '#344943'

red 52 ◦ green 73 ◦ blue 67

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

Shades of Te Papa Green #344943

Tints of Te Papa Green #344943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.9%

R = 27.08%
G = 38.02%
B = 34.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#344943 (or 0x344943) is known color: Te Papa Green. HEX triplet: 34, 49 and 43. RGB value is (52,73,67). Sum of RGB (Red+Green+Blue) = 52+73+67=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #344943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344943 is #CBB6BC. Grayscale: #424242. Windows color (decimal): -13350589 or 4409652. OLE color: 4409652.

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

Color convert

RGB 52 73 67 -
CMYK 0.29 0 0.08 0.71
HSL 162.86º 0.17% 0.25% -
HSV(B) 162.86º 0.29% 0.29% -
XYZ 4.81 5.9 6.2 -
YUV 66.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 52 73 67 0.29 0 0.08 0.71 162.86 0.17 0.25
Hex 34 49 43 1D 0 8 47 A3 11 19
Octal 64 111 103 35 0 10 107 243 21 31
Binary 110100 1001001 1000011 11101 0 1000 1000111 10100011 10001 11001

Color Harmonies of #344943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344943

Black with #344943

Text Example


Text Example

White with #344943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344943; }

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

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

background-color css

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

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

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

border-color css

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

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

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