Html Css Color HEX #354841 Te Papa Green

📋 copy color: '#354841'

red 53 ◦ green 72 ◦ blue 65

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

Shades of Te Papa Green #354841

Tints of Te Papa Green #354841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.21%

R = 27.89%
G = 37.89%
B = 34.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#354841 (or 0x354841) is known color: Te Papa Green. HEX triplet: 35, 48 and 41. RGB value is (53,72,65). Sum of RGB (Red+Green+Blue) = 53+72+65=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #354841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354841 is #CAB7BE. Grayscale: #414141. Windows color (decimal): -13285311 or 4278325. OLE color: 4278325.

HSL color Cylindrical-coordinate representation of color #354841: hue angle of 157.89º 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 #354841 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 72 65 -
CMYK 0.26 0 0.10 0.72
HSL 157.89º 0.15% 0.25% -
HSV(B) 157.89º 0.26% 0.28% -
XYZ 4.74 5.77 5.87 -
YUV 65.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 53 72 65 0.26 0 0.10 0.72 157.89 0.15 0.25
Hex 35 48 41 1A 0 A 48 9E F 19
Octal 65 110 101 32 0 12 110 236 17 31
Binary 110101 1001000 1000001 11010 0 1010 1001000 10011110 1111 11001

Color Harmonies of #354841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354841

Black with #354841

Text Example


Text Example

White with #354841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354841; }

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

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

background-color css

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

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

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

border-color css

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

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

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