Html Css Color HEX #344640 Te Papa Green

📋 copy color: '#344640'

red 52 ◦ green 70 ◦ blue 64

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

Shades of Te Papa Green #344640

Tints of Te Papa Green #344640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.63%

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

R = 27.96%
G = 37.63%
B = 34.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#344640 (or 0x344640) is known color: Te Papa Green. HEX triplet: 34, 46 and 40. RGB value is (52,70,64). Sum of RGB (Red+Green+Blue) = 52+70+64=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 70 - color contains mainly: green. Hex color #344640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344640 is #CBB9BF. Grayscale: #3F3F3F. Windows color (decimal): -13351360 or 4212276. OLE color: 4212276.

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

Color convert

RGB 52 70 64 -
CMYK 0.26 0 0.09 0.73
HSL 160º 0.15% 0.24% -
HSV(B) 160º 0.26% 0.27% -
XYZ 4.53 5.48 5.67 -
YUV 63.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 52 70 64 0.26 0 0.09 0.73 160 0.15 0.24
Hex 34 46 40 1A 0 9 49 A0 F 18
Octal 64 106 100 32 0 11 111 240 17 30
Binary 110100 1000110 1000000 11010 0 1001 1001001 10100000 1111 11000

Color Harmonies of #344640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344640

Black with #344640

Text Example


Text Example

White with #344640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344640; }

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

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

background-color css

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

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

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

border-color css

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

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

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