Html Css Color HEX #355145 Te Papa Green

📋 copy color: '#355145'

red 53 ◦ green 81 ◦ blue 69

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

Shades of Te Papa Green #355145

Tints of Te Papa Green #355145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.9%

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 26.11%
G = 39.9%
B = 33.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#355145 (or 0x355145) is known color: Te Papa Green. HEX triplet: 35, 51 and 45. RGB value is (53,81,69). Sum of RGB (Red+Green+Blue) = 53+81+69=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #355145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355145 is #CAAEBA. Grayscale: #474747. Windows color (decimal): -13283003 or 4542773. OLE color: 4542773.

HSL color Cylindrical-coordinate representation of color #355145: hue angle of 154.29º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355145 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 81 69 -
CMYK 0.35 0 0.15 0.68
HSL 154.29º 0.21% 0.26% -
HSV(B) 154.29º 0.35% 0.32% -
XYZ 5.48 7.07 6.71 -
YUV 71.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 53 81 69 0.35 0 0.15 0.68 154.29 0.21 0.26
Hex 35 51 45 23 0 F 44 9A 15 1A
Octal 65 121 105 43 0 17 104 232 25 32
Binary 110101 1010001 1000101 100011 0 1111 1000100 10011010 10101 11010

Color Harmonies of #355145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355145

Black with #355145

Text Example


Text Example

White with #355145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355145; }

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

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

background-color css

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

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

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

border-color css

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

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

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