Html Css Color HEX #344741 Te Papa Green

📋 copy color: '#344741'

red 52 ◦ green 71 ◦ blue 65

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

Shades of Te Papa Green #344741

Tints of Te Papa Green #344741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 27.66%
G = 37.77%
B = 34.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#344741 (or 0x344741) is known color: Te Papa Green. HEX triplet: 34, 47 and 41. RGB value is (52,71,65). Sum of RGB (Red+Green+Blue) = 52+71+65=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #344741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344741 is #CBB8BE. Grayscale: #404040. Windows color (decimal): -13351103 or 4278068. OLE color: 4278068.

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

Color convert

RGB 52 71 65 -
CMYK 0.27 0 0.08 0.72
HSL 161.05º 0.15% 0.24% -
HSV(B) 161.05º 0.27% 0.28% -
XYZ 4.62 5.62 5.84 -
YUV 64.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 52 71 65 0.27 0 0.08 0.72 161.05 0.15 0.24
Hex 34 47 41 1B 0 8 48 A1 F 18
Octal 64 107 101 33 0 10 110 241 17 30
Binary 110100 1000111 1000001 11011 0 1000 1001000 10100001 1111 11000

Color Harmonies of #344741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344741

Black with #344741

Text Example


Text Example

White with #344741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344741; }

 p { color: rgb(52,71,65); }

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

background-color css

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

 a { background-color: rgb(52,71,65); }

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

border-color css

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

 span { border-color: rgb(52,71,65); }

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