Html Css Color HEX #34463F Te Papa Green

📋 copy color: '#34463F'

red 52 ◦ green 70 ◦ blue 63

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

Shades of Te Papa Green #34463F

Tints of Te Papa Green #34463F

RGB

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

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

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

R = 28.11%
G = 37.84%
B = 34.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#34463F (or 0x34463F) is known color: Te Papa Green. HEX triplet: 34, 46 and 3F. RGB value is (52,70,63). Sum of RGB (Red+Green+Blue) = 52+70+63=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #34463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34463F is #CBB9C0. Grayscale: #3F3F3F. Windows color (decimal): -13351361 or 4146740. OLE color: 4146740.

HSL color Cylindrical-coordinate representation of color #34463F: hue angle of 156.67º 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 #34463F is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 70 63 -
CMYK 0.26 0 0.10 0.73
HSL 156.67º 0.15% 0.24% -
HSV(B) 156.67º 0.26% 0.27% -
XYZ 4.5 5.47 5.52 -
YUV 63.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 52 70 63 0.26 0 0.10 0.73 156.67 0.15 0.24
Hex 34 46 3F 1A 0 A 49 9D F 18
Octal 64 106 77 32 0 12 111 235 17 30
Binary 110100 1000110 111111 11010 0 1010 1001001 10011101 1111 11000

Color Harmonies of #34463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34463F

Black with #34463F

Text Example


Text Example

White with #34463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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