#36423E

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

Shades of Te Papa Green #36423E

Tints of Te Papa Green #36423E

Color information

#36423E (or 0x36423E) is unknown color: approx Te Papa Green. HEX triplet: 36, 42 and 3E. RGB value is (54,66,62). Sum of RGB (Red+Green+Blue) = 54+66+62=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 66 - color contains mainly: green. Hex color #36423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36423E is #C9BDC1. Grayscale: #3D3D3D. Windows color (decimal): -13221314 or 4080182. OLE color: 4080182.

HSL color Cylindrical-coordinate representation of color #36423E: hue angle of 160º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #36423E is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB546662-
CMYK0.1800.060.74
HSL160º10%23.53%-
HSV(B)160º18.18%25.88%-
XYZ4.345.035.3-
YUV61.96128.02122.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=29.67%
G=36.26%
B=34.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5466620.1800.060.741601023.53
Hex36423E12064Aa0a18
Octal661027622061122401230
Binary1101101000010111110100100110100101010100000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36423E; }

 p { color: rgb(54,66,62); }

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

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

 a { background-color: rgb(54,66,62); }

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

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

 span { border-color: rgb(54,66,62); }

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