#4cb596

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

Shades of Puerto Rico #4CB596

Tints of Puerto Rico #4CB596

Color information

#4CB596 (or 0x4CB596) is unknown color: approx Puerto Rico. HEX triplet: 4C, B5 and 96. RGB value is (76,181,150). Sum of RGB (Red+Green+Blue) = 76+181+150=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB596 is #B34A69. Grayscale: #929292. Windows color (decimal): -11749994 or 9876812. OLE color: 9876812.

HSL color Cylindrical-coordinate representation of color #4CB596: hue angle of 162.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB596 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB76181150-
CMYK0.5800.170.29
HSL162.29º41.5%50.39%-
HSV(B)162.29º58.01%70.98%-
XYZ25.0136.7934.64-
YUV146.07130.2178.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.67%
GREEN value IS 181 (71.09% from 255) = 44.47%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=18.67%
G=44.47%
B=36.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761811500.5800.170.29162.2941.550.39
Hex4CB5963A0111Da22a32
Octal11426522672021352425262
Binary100110010110101100101101110100100011110110100010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4cb596; }

 p { color: rgb(76,181,150); }

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

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

 a { background-color: rgb(76,181,150); }

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

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

 span { border-color: rgb(76,181,150); }

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