Html Css Color HEX #3F817F Paradiso

📋 copy color: '#3F817F'

red 63 ◦ green 129 ◦ blue 127

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

Shades of Paradiso #3F817F

Tints of Paradiso #3F817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.44%

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

R = 19.75%
G = 40.44%
B = 39.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#3F817F (or 0x3F817F) is known color: Paradiso. HEX triplet: 3F, 81 and 7F. RGB value is (63,129,127). Sum of RGB (Red+Green+Blue) = 63+129+127=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #3F817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F817F is #C07E80. Grayscale: #6C6C6C. Windows color (decimal): -12615297 or 8356159. OLE color: 8356159.

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

Color convert

RGB 63 129 127 -
CMYK 0.51 0 0.02 0.49
HSL 178.18º 0.34% 0.38% -
HSV(B) 178.18º 0.51% 0.51% -
XYZ 13.73 18.29 22.89 -
YUV 109.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 63 129 127 0.51 0 0.02 0.49 178.18 0.34 0.38
Hex 3F 81 7F 33 0 2 31 B2 22 26
Octal 77 201 177 63 0 2 61 262 42 46
Binary 111111 10000001 1111111 110011 0 10 110001 10110010 100010 100110

Color Harmonies of #3F817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F817F

Black with #3F817F

Text Example


Text Example

White with #3F817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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