Html Css Color HEX #344540 Te Papa Green

📋 copy color: '#344540'

red 52 ◦ green 69 ◦ blue 64

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

Shades of Te Papa Green #344540

Tints of Te Papa Green #344540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.3%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 28.11%
G = 37.3%
B = 34.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#344540 (or 0x344540) is known color: Te Papa Green. HEX triplet: 34, 45 and 40. RGB value is (52,69,64). Sum of RGB (Red+Green+Blue) = 52+69+64=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #344540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344540 is #CBBABF. Grayscale: #3F3F3F. Windows color (decimal): -13351616 or 4212020. OLE color: 4212020.

HSL color Cylindrical-coordinate representation of color #344540: hue angle of 162.35º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #344540 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 69 64 -
CMYK 0.25 0 0.07 0.73
HSL 162.35º 0.14% 0.24% -
HSV(B) 162.35º 0.25% 0.27% -
XYZ 4.47 5.36 5.65 -
YUV 63.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 52 69 64 0.25 0 0.07 0.73 162.35 0.14 0.24
Hex 34 45 40 19 0 7 49 A2 E 18
Octal 64 105 100 31 0 7 111 242 16 30
Binary 110100 1000101 1000000 11001 0 111 1001001 10100010 1110 11000

Color Harmonies of #344540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344540

Black with #344540

Text Example


Text Example

White with #344540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344540; }

 p { color: rgb(52,69,64); }

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

background-color css

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

 a { background-color: rgb(52,69,64); }

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

border-color css

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

 span { border-color: rgb(52,69,64); }

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