#3B817F

Color #3B817F Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #3B817F

Tints of Paradiso #3B817F

Color information

#3B817F (or 0x3B817F) is unknown color: approx Paradiso. HEX triplet: 3B, 81 and 7F. RGB value is (59,129,127). Sum of RGB (Red+Green+Blue) = 59+129+127=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #3B817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B817F is #C47E80. Grayscale: #6B6B6B. Windows color (decimal): -12877441 or 8356155. OLE color: 8356155.

HSL color Cylindrical-coordinate representation of color #3B817F: hue angle of 178.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B817F is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB59129127-
CMYK0.5400.020.49
HSL178.29º37.23%36.86%-
HSV(B)178.29º54.26%50.59%-
XYZ13.4818.1622.87-
YUV107.84138.8193.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.73%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 127 (50% from 255) = 40.32%
R=18.73%
G=40.95%
B=40.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591291270.5400.020.49178.2937.2336.86
Hex3B817F360231b22525
Octal732011776602612624545
Binary11101110000001111111111011001011000110110010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B817F; }

 p { color: rgb(59,129,127); }

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

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

 a { background-color: rgb(59,129,127); }

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

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

 span { border-color: rgb(59,129,127); }

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