#265348

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

Shades of Te Papa Green #265348

Tints of Te Papa Green #265348

Color information

#265348 (or 0x265348) is unknown color: approx Te Papa Green. HEX triplet: 26, 53 and 48. RGB value is (38,83,72). Sum of RGB (Red+Green+Blue) = 38+83+72=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #265348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265348 is #D9ACB7. Grayscale: #444444. Windows color (decimal): -14265528 or 4739878. OLE color: 4739878.

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

Color convert

RGB388372-
CMYK0.5400.130.67
HSL165.33º37.19%23.73%-
HSV(B)165.33º54.22%32.55%-
XYZ5.067.077.23-
YUV68.29130.09106.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=19.69%
G=43.01%
B=37.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883720.5400.130.67165.3337.1923.73
Hex265348360D43a52518
Octal46123110660151032454530
Binary100110101001110010001101100110110000111010010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265348; }

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

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

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

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

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

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

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

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