Html Css Color HEX #354840 Te Papa Green

📋 copy color: '#354840'

red 53 ◦ green 72 ◦ blue 64

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

Shades of Te Papa Green #354840

Tints of Te Papa Green #354840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

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

R = 28.04%
G = 38.1%
B = 33.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#354840 (or 0x354840) is known color: Te Papa Green. HEX triplet: 35, 48 and 40. RGB value is (53,72,64). Sum of RGB (Red+Green+Blue) = 53+72+64=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #354840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354840 is #CAB7BF. Grayscale: #414141. Windows color (decimal): -13285312 or 4212789. OLE color: 4212789.

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

Color convert

RGB 53 72 64 -
CMYK 0.26 0 0.11 0.72
HSL 154.74º 0.15% 0.25% -
HSV(B) 154.74º 0.26% 0.28% -
XYZ 4.71 5.76 5.71 -
YUV 65.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 53 72 64 0.26 0 0.11 0.72 154.74 0.15 0.25
Hex 35 48 40 1A 0 B 48 9B F 19
Octal 65 110 100 32 0 13 110 233 17 31
Binary 110101 1001000 1000000 11010 0 1011 1001000 10011011 1111 11001

Color Harmonies of #354840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354840

Black with #354840

Text Example


Text Example

White with #354840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354840; }

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

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

background-color css

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

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

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

border-color css

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

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

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