#364840

Color #364840 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #364840

Tints of Te Papa Green #364840

Color information

#364840 (or 0x364840) is unknown color: approx Te Papa Green. HEX triplet: 36, 48 and 40. RGB value is (54,72,64). Sum of RGB (Red+Green+Blue) = 54+72+64=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #364840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364840 is #C9B7BF. Grayscale: #414141. Windows color (decimal): -13219776 or 4212790. OLE color: 4212790.

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

Color convert

RGB547264-
CMYK0.2500.110.72
HSL153.33º14.29%24.71%-
HSV(B)153.33º25%28.24%-
XYZ4.765.795.72-
YUV65.71127.04119.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=28.42%
G=37.89%
B=33.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5472640.2500.110.72153.3314.2924.71
Hex364840190B4899e19
Octal66110100310131102311631
Binary110110100100010000001100101011100100010011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364840; }

 p { color: rgb(54,72,64); }

 H1.HeaderClassName
 {
   color: #364840;
 }
 .AnyTagClassName
 {
   color: #364840;
 }
</style>
background-color css

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

 a { background-color: rgb(54,72,64); }

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

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

 span { border-color: rgb(54,72,64); }

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