Html Css Color HEX #344F43 Te Papa Green

📋 copy color: '#344F43'

red 52 ◦ green 79 ◦ blue 67

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

Shades of Te Papa Green #344F43

Tints of Te Papa Green #344F43

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

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

R = 26.26%
G = 39.9%
B = 33.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#344F43 (or 0x344F43) is known color: Te Papa Green. HEX triplet: 34, 4F and 43. RGB value is (52,79,67). Sum of RGB (Red+Green+Blue) = 52+79+67=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #344F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344F43 is #CBB0BC. Grayscale: #454545. Windows color (decimal): -13349053 or 4411188. OLE color: 4411188.

HSL color Cylindrical-coordinate representation of color #344F43: hue angle of 153.33º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #344F43 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 79 67 -
CMYK 0.34 0 0.15 0.69
HSL 153.33º 0.21% 0.26% -
HSV(B) 153.33º 0.34% 0.31% -
XYZ 5.23 6.73 6.33 -
YUV 69.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 52 79 67 0.34 0 0.15 0.69 153.33 0.21 0.26
Hex 34 4F 43 22 0 F 45 99 15 1A
Octal 64 117 103 42 0 17 105 231 25 32
Binary 110100 1001111 1000011 100010 0 1111 1000101 10011001 10101 11010

Color Harmonies of #344F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344F43

Black with #344F43

Text Example


Text Example

White with #344F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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