Html Css Color HEX #354B42 Te Papa Green

📋 copy color: '#354B42'

red 53 ◦ green 75 ◦ blue 66

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

Shades of Te Papa Green #354B42

Tints of Te Papa Green #354B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.02%

R = 27.32%
G = 38.66%
B = 34.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#354B42 (or 0x354B42) is known color: Te Papa Green. HEX triplet: 35, 4B and 42. RGB value is (53,75,66). Sum of RGB (Red+Green+Blue) = 53+75+66=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #354B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B42 is #CAB4BD. Grayscale: #434343. Windows color (decimal): -13284542 or 4344629. OLE color: 4344629.

HSL color Cylindrical-coordinate representation of color #354B42: hue angle of 155.45º 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 #354B42 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 75 66 -
CMYK 0.29 0 0.12 0.71
HSL 155.45º 0.17% 0.25% -
HSV(B) 155.45º 0.29% 0.29% -
XYZ 4.97 6.18 6.09 -
YUV 67.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 53 75 66 0.29 0 0.12 0.71 155.45 0.17 0.25
Hex 35 4B 42 1D 0 C 47 9B 11 19
Octal 65 113 102 35 0 14 107 233 21 31
Binary 110101 1001011 1000010 11101 0 1100 1000111 10011011 10001 11001

Color Harmonies of #354B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B42

Black with #354B42

Text Example


Text Example

White with #354B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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