#255545

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

Shades of Te Papa Green #255545

Tints of Te Papa Green #255545

Color information

#255545 (or 0x255545) is unknown color: approx Te Papa Green. HEX triplet: 25, 55 and 45. RGB value is (37,85,69). Sum of RGB (Red+Green+Blue) = 37+85+69=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #255545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255545 is #DAAABA. Grayscale: #444444. Windows color (decimal): -14330555 or 4543781. OLE color: 4543781.

HSL color Cylindrical-coordinate representation of color #255545: hue angle of 160º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #255545 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB378569-
CMYK0.5600.190.67
HSL160º39.34%23.92%-
HSV(B)160º56.47%33.33%-
XYZ5.097.326.78-
YUV68.82128.1105.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=19.37%
G=44.50%
B=36.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785690.5600.190.6716039.3423.92
Hex2555453801343a02718
Octal45125105700231032404730
Binary1001011010101100010111100001001110000111010000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255545; }

 p { color: rgb(37,85,69); }

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

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

 a { background-color: rgb(37,85,69); }

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

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

 span { border-color: rgb(37,85,69); }

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