#265346

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

Shades of Te Papa Green #265346

Tints of Te Papa Green #265346

Color information

#265346 (or 0x265346) is unknown color: approx Te Papa Green. HEX triplet: 26, 53 and 46. RGB value is (38,83,70). Sum of RGB (Red+Green+Blue) = 38+83+70=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #265346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265346 is #D9ACB9. Grayscale: #444444. Windows color (decimal): -14265530 or 4608806. OLE color: 4608806.

HSL color Cylindrical-coordinate representation of color #265346: hue angle of 162.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265346 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB388370-
CMYK0.5400.160.67
HSL162.67º37.19%23.73%-
HSV(B)162.67º54.22%32.55%-
XYZ57.046.89-
YUV68.06129.09106.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=19.90%
G=43.46%
B=36.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883700.5400.160.67162.6737.1923.73
Hex2653463601043a32518
Octal46123106660201032434530
Binary1001101010011100011011011001000010000111010001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265346; }

 p { color: rgb(38,83,70); }

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

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

 a { background-color: rgb(38,83,70); }

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

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

 span { border-color: rgb(38,83,70); }

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