#265444

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

Shades of Te Papa Green #265444

Tints of Te Papa Green #265444

Color information

#265444 (or 0x265444) is unknown color: approx Te Papa Green. HEX triplet: 26, 54 and 44. RGB value is (38,84,68). Sum of RGB (Red+Green+Blue) = 38+84+68=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #265444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265444 is #D9ABBB. Grayscale: #444444. Windows color (decimal): -14265276 or 4477990. OLE color: 4477990.

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

Color convert

RGB388468-
CMYK0.5500.190.67
HSL159.13º37.7%23.92%-
HSV(B)159.13º54.76%32.94%-
XYZ5.017.176.59-
YUV68.42127.76106.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=20%
G=44.21%
B=35.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884680.5500.190.67159.1337.723.92
Hex26544437013439f2618
Octal46124104670231032374630
Binary1001101010100100010011011101001110000111001111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265444; }

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

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

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

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

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

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

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

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