Html Css Color HEX #34453F Te Papa Green

📋 copy color: '#34453F'

red 52 ◦ green 69 ◦ blue 63

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

Shades of Te Papa Green #34453F

Tints of Te Papa Green #34453F

RGB

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

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

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

R = 28.26%
G = 37.5%
B = 34.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#34453F (or 0x34453F) is known color: Te Papa Green. HEX triplet: 34, 45 and 3F. RGB value is (52,69,63). Sum of RGB (Red+Green+Blue) = 52+69+63=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 69 - color contains mainly: green. Hex color #34453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34453F is #CBBAC0. Grayscale: #3F3F3F. Windows color (decimal): -13351617 or 4146484. OLE color: 4146484.

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

Color convert

RGB 52 69 63 -
CMYK 0.25 0 0.09 0.73
HSL 158.82º 0.14% 0.24% -
HSV(B) 158.82º 0.25% 0.27% -
XYZ 4.44 5.35 5.5 -
YUV 63.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 52 69 63 0.25 0 0.09 0.73 158.82 0.14 0.24
Hex 34 45 3F 19 0 9 49 9F E 18
Octal 64 105 77 31 0 11 111 237 16 30
Binary 110100 1000101 111111 11001 0 1001 1001001 10011111 1110 11000

Color Harmonies of #34453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34453F

Black with #34453F

Text Example


Text Example

White with #34453F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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