Html Css Color HEX #354C43 Te Papa Green

📋 copy color: '#354C43'

red 53 ◦ green 76 ◦ blue 67

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

Shades of Te Papa Green #354C43

Tints of Te Papa Green #354C43

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.78%

 BLUE value IS 67 (26.56% from 255) = 34.18%

R = 27.04%
G = 38.78%
B = 34.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#354C43 (or 0x354C43) is known color: Te Papa Green. HEX triplet: 35, 4C and 43. RGB value is (53,76,67). Sum of RGB (Red+Green+Blue) = 53+76+67=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 76 - color contains mainly: green. Hex color #354C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C43 is #CAB3BC. Grayscale: #444444. Windows color (decimal): -13284285 or 4410421. OLE color: 4410421.

HSL color Cylindrical-coordinate representation of color #354C43: hue angle of 156.52º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354C43 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 76 67 -
CMYK 0.30 0 0.12 0.70
HSL 156.52º 0.18% 0.25% -
HSV(B) 156.52º 0.3% 0.3% -
XYZ 5.07 6.33 6.27 -
YUV 68.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 53 76 67 0.30 0 0.12 0.70 156.52 0.18 0.25
Hex 35 4C 43 1E 0 C 46 9D 12 19
Octal 65 114 103 36 0 14 106 235 22 31
Binary 110101 1001100 1000011 11110 0 1100 1000110 10011101 10010 11001

Color Harmonies of #354C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C43

Black with #354C43

Text Example


Text Example

White with #354C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,76,67); }

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

background-color css

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

 a { background-color: rgb(53,76,67); }

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

border-color css

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

 span { border-color: rgb(53,76,67); }

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