Html Css Color HEX #345247 Te Papa Green

📋 copy color: '#345247'

red 52 ◦ green 82 ◦ blue 71

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

Shades of Te Papa Green #345247

Tints of Te Papa Green #345247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40%

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 25.37%
G = 40%
B = 34.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#345247 (or 0x345247) is known color: Te Papa Green. HEX triplet: 34, 52 and 47. RGB value is (52,82,71). Sum of RGB (Red+Green+Blue) = 52+82+71=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #345247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345247 is #CBADB8. Grayscale: #474747. Windows color (decimal): -13348281 or 4674100. OLE color: 4674100.

HSL color Cylindrical-coordinate representation of color #345247: hue angle of 158º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345247 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 82 71 -
CMYK 0.37 0 0.13 0.68
HSL 158º 0.22% 0.26% -
HSV(B) 158º 0.37% 0.32% -
XYZ 5.57 7.22 7.06 -
YUV 71.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 52 82 71 0.37 0 0.13 0.68 158 0.22 0.26
Hex 34 52 47 25 0 D 44 9E 16 1A
Octal 64 122 107 45 0 15 104 236 26 32
Binary 110100 1010010 1000111 100101 0 1101 1000100 10011110 10110 11010

Color Harmonies of #345247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345247

Black with #345247

Text Example


Text Example

White with #345247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345247; }

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

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

background-color css

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

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

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

border-color css

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

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

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