Html Css Color HEX #354B41 Te Papa Green

📋 copy color: '#354B41'

red 53 ◦ green 75 ◦ blue 65

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

Shades of Te Papa Green #354B41

Tints of Te Papa Green #354B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.86%

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

R = 27.46%
G = 38.86%
B = 33.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#354B41 (or 0x354B41) is known color: Te Papa Green. HEX triplet: 35, 4B and 41. RGB value is (53,75,65). Sum of RGB (Red+Green+Blue) = 53+75+65=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #354B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B41 is #CAB4BE. Grayscale: #434343. Windows color (decimal): -13284543 or 4279093. OLE color: 4279093.

HSL color Cylindrical-coordinate representation of color #354B41: hue angle of 152.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354B41 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 75 65 -
CMYK 0.29 0 0.13 0.71
HSL 152.73º 0.17% 0.25% -
HSV(B) 152.73º 0.29% 0.29% -
XYZ 4.94 6.17 5.93 -
YUV 67.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 53 75 65 0.29 0 0.13 0.71 152.73 0.17 0.25
Hex 35 4B 41 1D 0 D 47 99 11 19
Octal 65 113 101 35 0 15 107 231 21 31
Binary 110101 1001011 1000001 11101 0 1101 1000111 10011001 10001 11001

Color Harmonies of #354B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B41

Black with #354B41

Text Example


Text Example

White with #354B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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