#26523E

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

Shades of Te Papa Green #26523E

Tints of Te Papa Green #26523E

Color information

#26523E (or 0x26523E) is unknown color: approx Te Papa Green. HEX triplet: 26, 52 and 3E. RGB value is (38,82,62). Sum of RGB (Red+Green+Blue) = 38+82+62=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #26523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26523E is #D9ADC1. Grayscale: #424242. Windows color (decimal): -14265794 or 4084262. OLE color: 4084262.

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

Color convert

RGB388262-
CMYK0.5400.240.68
HSL152.73º36.67%23.53%-
HSV(B)152.73º53.66%32.16%-
XYZ4.696.795.62-
YUV66.56125.42107.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=20.88%
G=45.05%
B=34.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882620.5400.240.68152.7336.6723.53
Hex26523E3601844992518
Octal4612276660301042314530
Binary100110101001011111011011001100010001001001100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,82,62); }

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

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

 a { background-color: rgb(38,82,62); }

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

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

 span { border-color: rgb(38,82,62); }

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