#255341

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

Shades of Te Papa Green #255341

Tints of Te Papa Green #255341

Color information

#255341 (or 0x255341) is unknown color: approx Te Papa Green. HEX triplet: 25, 53 and 41. RGB value is (37,83,65). Sum of RGB (Red+Green+Blue) = 37+83+65=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #255341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255341 is #DAACBE. Grayscale: #434343. Windows color (decimal): -14331071 or 4281125. OLE color: 4281125.

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

Color convert

RGB378365-
CMYK0.5500.220.67
HSL156.52º38.33%23.53%-
HSV(B)156.52º55.42%32.55%-
XYZ4.816.966.09-
YUV67.19126.76106.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 65 (25.78% from 255) = 35.14%
R=20%
G=44.86%
B=35.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3783650.5500.220.67156.5238.3323.53
Hex25534137016439d2618
Octal45123101670261032354630
Binary1001011010011100000111011101011010000111001110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255341; }

 p { color: rgb(37,83,65); }

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

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

 a { background-color: rgb(37,83,65); }

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

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

 span { border-color: rgb(37,83,65); }

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