Html Css Color HEX #3F8382 Paradiso

📋 copy color: '#3F8382'

red 63 ◦ green 131 ◦ blue 130

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

Shades of Paradiso #3F8382

Tints of Paradiso #3F8382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 130 (51.17% from 255) = 40.12%

R = 19.44%
G = 40.43%
B = 40.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#3F8382 (or 0x3F8382) is known color: Paradiso. HEX triplet: 3F, 83 and 82. RGB value is (63,131,130). Sum of RGB (Red+Green+Blue) = 63+131+130=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 131 - color contains mainly: green. Hex color #3F8382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8382 is #C07C7D. Grayscale: #6E6E6E. Windows color (decimal): -12614782 or 8553279. OLE color: 8553279.

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

Color convert

RGB 63 131 130 -
CMYK 0.52 0 0.01 0.49
HSL 179.12º 0.35% 0.38% -
HSV(B) 179.12º 0.52% 0.51% -
XYZ 14.2 18.9 24.02 -
YUV 110.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 63 131 130 0.52 0 0.01 0.49 179.12 0.35 0.38
Hex 3F 83 82 34 0 1 31 B3 23 26
Octal 77 203 202 64 0 1 61 263 43 46
Binary 111111 10000011 10000010 110100 0 1 110001 10110011 100011 100110

Color Harmonies of #3F8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8382

Black with #3F8382

Text Example


Text Example

White with #3F8382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,131,130); }

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

background-color css

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

 a { background-color: rgb(63,131,130); }

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

border-color css

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

 span { border-color: rgb(63,131,130); }

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