#265546

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

Shades of Te Papa Green #265546

Tints of Te Papa Green #265546

Color information

#265546 (or 0x265546) is unknown color: approx Te Papa Green. HEX triplet: 26, 55 and 46. RGB value is (38,85,70). Sum of RGB (Red+Green+Blue) = 38+85+70=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #265546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265546 is #D9AAB9. Grayscale: #454545. Windows color (decimal): -14265018 or 4609318. OLE color: 4609318.

HSL color Cylindrical-coordinate representation of color #265546: hue angle of 160.85º 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 #265546 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB388570-
CMYK0.5500.180.67
HSL160.85º38.21%24.12%-
HSV(B)160.85º55.29%33.33%-
XYZ5.157.356.94-
YUV69.24128.43105.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=19.69%
G=44.04%
B=36.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885700.5500.180.67160.8538.2124.12
Hex2655463701243a12618
Octal46125106670221032414630
Binary1001101010101100011011011101001010000111010000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265546; }

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

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

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

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

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

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

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

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