Html Css Color HEX #3F8481 Paradiso

📋 copy color: '#3F8481'

red 63 ◦ green 132 ◦ blue 129

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

Shades of Paradiso #3F8481

Tints of Paradiso #3F8481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 19.44%
G = 40.74%
B = 39.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#3F8481 (or 0x3F8481) is known color: Paradiso. HEX triplet: 3F, 84 and 81. RGB value is (63,132,129). Sum of RGB (Red+Green+Blue) = 63+132+129=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #3F8481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8481 is #C07B7E. Grayscale: #6E6E6E. Windows color (decimal): -12614527 or 8487999. OLE color: 8487999.

HSL color Cylindrical-coordinate representation of color #3F8481: hue angle of 177.39º 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 #3F8481 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 132 129 -
CMYK 0.52 0 0.02 0.48
HSL 177.39º 0.35% 0.38% -
HSV(B) 177.39º 0.52% 0.52% -
XYZ 14.26 19.14 23.71 -
YUV 111.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 63 132 129 0.52 0 0.02 0.48 177.39 0.35 0.38
Hex 3F 84 81 34 0 2 30 B1 23 26
Octal 77 204 201 64 0 2 60 261 43 46
Binary 111111 10000100 10000001 110100 0 10 110000 10110001 100011 100110

Color Harmonies of #3F8481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8481

Black with #3F8481

Text Example


Text Example

White with #3F8481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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