#255542

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

Shades of Te Papa Green #255542

Tints of Te Papa Green #255542

Color information

#255542 (or 0x255542) is unknown color: approx Te Papa Green. HEX triplet: 25, 55 and 42. RGB value is (37,85,66). Sum of RGB (Red+Green+Blue) = 37+85+66=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #255542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255542 is #DAAABD. Grayscale: #444444. Windows color (decimal): -14330558 or 4347173. OLE color: 4347173.

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

Color convert

RGB378566-
CMYK0.5600.220.67
HSL156.25º39.34%23.92%-
HSV(B)156.25º56.47%33.33%-
XYZ4.997.286.3-
YUV68.48126.6105.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=19.68%
G=45.21%
B=35.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785660.5600.220.67156.2539.3423.92
Hex25554238016439c2718
Octal45125102700261032344730
Binary1001011010101100001011100001011010000111001110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255542; }

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

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

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

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

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

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

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

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