Html Css Color HEX #34493F Te Papa Green

📋 copy color: '#34493F'

red 52 ◦ green 73 ◦ blue 63

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

Shades of Te Papa Green #34493F

Tints of Te Papa Green #34493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.51%

R = 27.66%
G = 38.83%
B = 33.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#34493F (or 0x34493F) is known color: Te Papa Green. HEX triplet: 34, 49 and 3F. RGB value is (52,73,63). Sum of RGB (Red+Green+Blue) = 52+73+63=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #34493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34493F is #CBB6C0. Grayscale: #414141. Windows color (decimal): -13350593 or 4147508. OLE color: 4147508.

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

Color convert

RGB 52 73 63 -
CMYK 0.29 0 0.14 0.71
HSL 151.43º 0.17% 0.25% -
HSV(B) 151.43º 0.29% 0.29% -
XYZ 4.7 5.85 5.59 -
YUV 65.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 52 73 63 0.29 0 0.14 0.71 151.43 0.17 0.25
Hex 34 49 3F 1D 0 E 47 97 11 19
Octal 64 111 77 35 0 16 107 227 21 31
Binary 110100 1001001 111111 11101 0 1110 1000111 10010111 10001 11001

Color Harmonies of #34493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34493F

Black with #34493F

Text Example


Text Example

White with #34493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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