#255344

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

Shades of Te Papa Green #255344

Tints of Te Papa Green #255344

Color information

#255344 (or 0x255344) is unknown color: approx Te Papa Green. HEX triplet: 25, 53 and 44. RGB value is (37,83,68). Sum of RGB (Red+Green+Blue) = 37+83+68=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #255344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255344 is #DAACBB. Grayscale: #434343. Windows color (decimal): -14331068 or 4477733. OLE color: 4477733.

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

Color convert

RGB378368-
CMYK0.5500.180.67
HSL160.43º38.33%23.53%-
HSV(B)160.43º55.42%32.55%-
XYZ4.976.56-
YUV67.54128.26106.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 68 (26.95% from 255) = 36.17%
R=19.68%
G=44.15%
B=36.17%

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
Decimal3783680.5500.180.67160.4338.3323.53
Hex2553443701243a02618
Octal45123104670221032404630
Binary1001011010011100010011011101001010000111010000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255344; }

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

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

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

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

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

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

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

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