Html Css Color HEX #354740 Te Papa Green

📋 copy color: '#354740'

red 53 ◦ green 71 ◦ blue 64

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

Shades of Te Papa Green #354740

Tints of Te Papa Green #354740

RGB

 RED value IS 53 (21.09% from 255) = 28.19%

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 64 (25.39% from 255) = 34.04%

R = 28.19%
G = 37.77%
B = 34.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#354740 (or 0x354740) is known color: Te Papa Green. HEX triplet: 35, 47 and 40. RGB value is (53,71,64). Sum of RGB (Red+Green+Blue) = 53+71+64=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #354740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354740 is #CAB8BF. Grayscale: #404040. Windows color (decimal): -13285568 or 4212533. OLE color: 4212533.

HSL color Cylindrical-coordinate representation of color #354740: hue angle of 156.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354740 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 64 -
CMYK 0.25 0 0.10 0.72
HSL 156.67º 0.15% 0.24% -
HSV(B) 156.67º 0.25% 0.28% -
XYZ 4.65 5.63 5.69 -
YUV 64.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 53 71 64 0.25 0 0.10 0.72 156.67 0.15 0.24
Hex 35 47 40 19 0 A 48 9D F 18
Octal 65 107 100 31 0 12 110 235 17 30
Binary 110101 1000111 1000000 11001 0 1010 1001000 10011101 1111 11000

Color Harmonies of #354740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354740

Black with #354740

Text Example


Text Example

White with #354740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354740; }

 p { color: rgb(53,71,64); }

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

background-color css

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

 a { background-color: rgb(53,71,64); }

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

border-color css

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

 span { border-color: rgb(53,71,64); }

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