#3D827E

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

Shades of Paradiso #3D827E

Tints of Paradiso #3D827E

Color information

#3D827E (or 0x3D827E) is unknown color: approx Paradiso. HEX triplet: 3D, 82 and 7E. RGB value is (61,130,126). Sum of RGB (Red+Green+Blue) = 61+130+126=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #3D827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D827E is #C27D81. Grayscale: #6C6C6C. Windows color (decimal): -12746114 or 8290877. OLE color: 8290877.

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

Color convert

RGB61130126-
CMYK0.5300.030.49
HSL176.52º36.13%37.45%-
HSV(B)176.52º53.08%50.98%-
XYZ13.6718.4622.58-
YUV108.91137.6493.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=19.24%
G=41.01%
B=39.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal611301260.5300.030.49176.5236.1337.45
Hex3D827E350331b12425
Octal752021766503612614445
Binary11110110000010111111011010101111000110110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,130,126); }

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

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

 a { background-color: rgb(61,130,126); }

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

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

 span { border-color: rgb(61,130,126); }

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