Html Css Color HEX #354540 Te Papa Green

📋 copy color: '#354540'

red 53 ◦ green 69 ◦ blue 64

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

Shades of Te Papa Green #354540

Tints of Te Papa Green #354540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.1%

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

R = 28.49%
G = 37.1%
B = 34.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#354540 (or 0x354540) is known color: Te Papa Green. HEX triplet: 35, 45 and 40. RGB value is (53,69,64). Sum of RGB (Red+Green+Blue) = 53+69+64=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #354540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354540 is #CABABF. Grayscale: #3F3F3F. Windows color (decimal): -13286080 or 4212021. OLE color: 4212021.

HSL color Cylindrical-coordinate representation of color #354540: hue angle of 161.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354540 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 64 -
CMYK 0.23 0 0.07 0.73
HSL 161.25º 0.13% 0.24% -
HSV(B) 161.25º 0.23% 0.27% -
XYZ 4.52 5.38 5.65 -
YUV 63.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 53 69 64 0.23 0 0.07 0.73 161.25 0.13 0.24
Hex 35 45 40 17 0 7 49 A1 D 18
Octal 65 105 100 27 0 7 111 241 15 30
Binary 110101 1000101 1000000 10111 0 111 1001001 10100001 1101 11000

Color Harmonies of #354540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354540

Black with #354540

Text Example


Text Example

White with #354540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354540; }

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

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

background-color css

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

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

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

border-color css

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

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

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