Html Css Color HEX #3F624E Plantation

📋 copy color: '#3F624E'

red 63 ◦ green 98 ◦ blue 78

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

Shades of Plantation #3F624E

Tints of Plantation #3F624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41%

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 26.36%
G = 41%
B = 32.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#3F624E (or 0x3F624E) is known color: Plantation. HEX triplet: 3F, 62 and 4E. RGB value is (63,98,78). Sum of RGB (Red+Green+Blue) = 63+98+78=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #3F624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F624E is #C09DB1. Grayscale: #555555. Windows color (decimal): -12623282 or 5136959. OLE color: 5136959.

HSL color Cylindrical-coordinate representation of color #3F624E: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F624E is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 98 78 -
CMYK 0.36 0 0.20 0.62
HSL 145.71º 0.22% 0.32% -
HSV(B) 145.71º 0.36% 0.38% -
XYZ 7.79 10.34 8.79 -
YUV 85.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 63 98 78 0.36 0 0.20 0.62 145.71 0.22 0.32
Hex 3F 62 4E 24 0 14 3E 92 16 20
Octal 77 142 116 44 0 24 76 222 26 40
Binary 111111 1100010 1001110 100100 0 10100 111110 10010010 10110 100000

Color Harmonies of #3F624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F624E

Black with #3F624E

Text Example


Text Example

White with #3F624E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,98,78); }

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

background-color css

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

 a { background-color: rgb(63,98,78); }

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

border-color css

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

 span { border-color: rgb(63,98,78); }

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