Html Css Color HEX #354A40 Te Papa Green

📋 copy color: '#354A40'

red 53 ◦ green 74 ◦ blue 64

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

Shades of Te Papa Green #354A40

Tints of Te Papa Green #354A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.74%

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

R = 27.75%
G = 38.74%
B = 33.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#354A40 (or 0x354A40) is known color: Te Papa Green. HEX triplet: 35, 4A and 40. RGB value is (53,74,64). Sum of RGB (Red+Green+Blue) = 53+74+64=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 74 - color contains mainly: green. Hex color #354A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A40 is #CAB5BF. Grayscale: #424242. Windows color (decimal): -13284800 or 4213301. OLE color: 4213301.

HSL color Cylindrical-coordinate representation of color #354A40: hue angle of 151.43º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #354A40 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 74 64 -
CMYK 0.28 0 0.14 0.71
HSL 151.43º 0.17% 0.25% -
HSV(B) 151.43º 0.28% 0.29% -
XYZ 4.84 6.02 5.76 -
YUV 66.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 53 74 64 0.28 0 0.14 0.71 151.43 0.17 0.25
Hex 35 4A 40 1C 0 E 47 97 11 19
Octal 65 112 100 34 0 16 107 227 21 31
Binary 110101 1001010 1000000 11100 0 1110 1000111 10010111 10001 11001

Color Harmonies of #354A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A40

Black with #354A40

Text Example


Text Example

White with #354A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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