#26543F

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

Shades of Te Papa Green #26543F

Tints of Te Papa Green #26543F

Color information

#26543F (or 0x26543F) is unknown color: approx Te Papa Green. HEX triplet: 26, 54 and 3F. RGB value is (38,84,63). Sum of RGB (Red+Green+Blue) = 38+84+63=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #26543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26543F is #D9ABC0. Grayscale: #434343. Windows color (decimal): -14265281 or 4150310. OLE color: 4150310.

HSL color Cylindrical-coordinate representation of color #26543F: hue angle of 152.61º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #26543F is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB388463-
CMYK0.5500.250.67
HSL152.61º37.7%23.92%-
HSV(B)152.61º54.76%32.94%-
XYZ4.877.115.82-
YUV67.85125.26106.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 63 (25% from 255) = 34.05%
R=20.54%
G=45.41%
B=34.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884630.5500.250.67152.6137.723.92
Hex26543F3701943992618
Octal4612477670311032314630
Binary100110101010011111111011101100110000111001100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26543F; }

 p { color: rgb(38,84,63); }

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

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

 a { background-color: rgb(38,84,63); }

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

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

 span { border-color: rgb(38,84,63); }

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