#41B49A

Color #41B49A Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #41B49A

Tints of Puerto Rico #41B49A

Color information

#41B49A (or 0x41B49A) is unknown color: approx Puerto Rico. HEX triplet: 41, B4 and 9A. RGB value is (65,180,154). Sum of RGB (Red+Green+Blue) = 65+180+154=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #41B49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B49A is #BE4B65. Grayscale: #8E8E8E. Windows color (decimal): -12471142 or 10138689. OLE color: 10138689.

HSL color Cylindrical-coordinate representation of color #41B49A: hue angle of 166.43º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B49A is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB65180154-
CMYK0.6400.140.29
HSL166.43º46.94%48.04%-
HSV(B)166.43º63.89%70.59%-
XYZ24.3336.136.26-
YUV142.65134.472.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.29%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=16.29%
G=45.11%
B=38.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal651801540.6400.140.29166.4346.9448.04
Hex41B49A400E1Da62f30
Octal101264232100016352465760
Binary100000110110100100110101000000011101110110100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41B49A; }

 p { color: rgb(65,180,154); }

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

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

 a { background-color: rgb(65,180,154); }

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

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

 span { border-color: rgb(65,180,154); }

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