Html Css Color HEX #354B44 Te Papa Green

📋 copy color: '#354B44'

red 53 ◦ green 75 ◦ blue 68

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

Shades of Te Papa Green #354B44

Tints of Te Papa Green #354B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 27.04%
G = 38.27%
B = 34.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#354B44 (or 0x354B44) is known color: Te Papa Green. HEX triplet: 35, 4B and 44. RGB value is (53,75,68). Sum of RGB (Red+Green+Blue) = 53+75+68=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #354B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B44 is #CAB4BB. Grayscale: #434343. Windows color (decimal): -13284540 or 4475701. OLE color: 4475701.

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

Color convert

RGB 53 75 68 -
CMYK 0.29 0 0.09 0.71
HSL 160.91º 0.17% 0.25% -
HSV(B) 160.91º 0.29% 0.29% -
XYZ 5.03 6.21 6.4 -
YUV 67.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 53 75 68 0.29 0 0.09 0.71 160.91 0.17 0.25
Hex 35 4B 44 1D 0 9 47 A1 11 19
Octal 65 113 104 35 0 11 107 241 21 31
Binary 110101 1001011 1000100 11101 0 1001 1000111 10100001 10001 11001

Color Harmonies of #354B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B44

Black with #354B44

Text Example


Text Example

White with #354B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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