#255544

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

Shades of Te Papa Green #255544

Tints of Te Papa Green #255544

Color information

#255544 (or 0x255544) is unknown color: approx Te Papa Green. HEX triplet: 25, 55 and 44. RGB value is (37,85,68). Sum of RGB (Red+Green+Blue) = 37+85+68=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #255544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255544 is #DAAABB. Grayscale: #444444. Windows color (decimal): -14330556 or 4478245. OLE color: 4478245.

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

Color convert

RGB378568-
CMYK0.5600.200.67
HSL158.75º39.34%23.92%-
HSV(B)158.75º56.47%33.33%-
XYZ5.057.316.61-
YUV68.71127.6105.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=19.47%
G=44.74%
B=35.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785680.5600.200.67158.7539.3423.92
Hex25554438014439f2718
Octal45125104700241032374730
Binary1001011010101100010011100001010010000111001111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255544; }

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

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

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

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

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

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

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

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