Html Css Color HEX #354741 Te Papa Green

📋 copy color: '#354741'

red 53 ◦ green 71 ◦ blue 65

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

Shades of Te Papa Green #354741

Tints of Te Papa Green #354741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 28.04%
G = 37.57%
B = 34.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#354741 (or 0x354741) is known color: Te Papa Green. HEX triplet: 35, 47 and 41. RGB value is (53,71,65). Sum of RGB (Red+Green+Blue) = 53+71+65=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #354741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354741 is #CAB8BE. Grayscale: #404040. Windows color (decimal): -13285567 or 4278069. OLE color: 4278069.

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

Color convert

RGB 53 71 65 -
CMYK 0.25 0 0.08 0.72
HSL 160º 0.15% 0.24% -
HSV(B) 160º 0.25% 0.28% -
XYZ 4.68 5.65 5.84 -
YUV 64.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 53 71 65 0.25 0 0.08 0.72 160 0.15 0.24
Hex 35 47 41 19 0 8 48 A0 F 18
Octal 65 107 101 31 0 10 110 240 17 30
Binary 110101 1000111 1000001 11001 0 1000 1001000 10100000 1111 11000

Color Harmonies of #354741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354741

Black with #354741

Text Example


Text Example

White with #354741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354741; }

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

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

background-color css

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

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

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

border-color css

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

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

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