Html Css Color HEX #3F847F Paradiso

📋 copy color: '#3F847F'

red 63 ◦ green 132 ◦ blue 127

#3F847F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #3F847F

Tints of Paradiso #3F847F

RGB

 RED value IS 63 (25% from 255) = 19.57%

 GREEN value IS 132 (51.95% from 255) = 40.99%

 BLUE value IS 127 (50% from 255) = 39.44%

R = 19.57%
G = 40.99%
B = 39.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#3F847F (or 0x3F847F) is known color: Paradiso. HEX triplet: 3F, 84 and 7F. RGB value is (63,132,127). Sum of RGB (Red+Green+Blue) = 63+132+127=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #3F847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F847F is #C07B80. Grayscale: #6E6E6E. Windows color (decimal): -12614529 or 8356927. OLE color: 8356927.

HSL color Cylindrical-coordinate representation of color #3F847F: hue angle of 175.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F847F is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 132 127 -
CMYK 0.52 0 0.04 0.48
HSL 175.65º 0.35% 0.38% -
HSV(B) 175.65º 0.52% 0.52% -
XYZ 14.13 19.09 23.02 -
YUV 110.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 63 132 127 0.52 0 0.04 0.48 175.65 0.35 0.38
Hex 3F 84 7F 34 0 4 30 B0 23 26
Octal 77 204 177 64 0 4 60 260 43 46
Binary 111111 10000100 1111111 110100 0 100 110000 10110000 100011 100110

Color Harmonies of #3F847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F847F

Black with #3F847F

Text Example


Text Example

White with #3F847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,132,127); }

 H1.HeaderClassName
 {
   color: #3F847F;
 }
 .AnyTagClassName
 {
   color: #3F847F;
 }
</style>

background-color css

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

 a { background-color: rgb(63,132,127); }

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

border-color css

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

 span { border-color: rgb(63,132,127); }

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