Html Css Color HEX #345246 Te Papa Green

📋 copy color: '#345246'

red 52 ◦ green 82 ◦ blue 70

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

Shades of Te Papa Green #345246

Tints of Te Papa Green #345246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.31%

R = 25.49%
G = 40.2%
B = 34.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#345246 (or 0x345246) is known color: Te Papa Green. HEX triplet: 34, 52 and 46. RGB value is (52,82,70). Sum of RGB (Red+Green+Blue) = 52+82+70=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #345246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345246 is #CBADB9. Grayscale: #474747. Windows color (decimal): -13348282 or 4608564. OLE color: 4608564.

HSL color Cylindrical-coordinate representation of color #345246: hue angle of 156º 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 #345246 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 82 70 -
CMYK 0.37 0 0.15 0.68
HSL 156º 0.22% 0.26% -
HSV(B) 156º 0.37% 0.32% -
XYZ 5.54 7.21 6.89 -
YUV 71.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 52 82 70 0.37 0 0.15 0.68 156 0.22 0.26
Hex 34 52 46 25 0 F 44 9C 16 1A
Octal 64 122 106 45 0 17 104 234 26 32
Binary 110100 1010010 1000110 100101 0 1111 1000100 10011100 10110 11010

Color Harmonies of #345246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345246

Black with #345246

Text Example


Text Example

White with #345246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345246; }

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

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

background-color css

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

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

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

border-color css

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

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

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